Searched refs:vertexAttribPointer (Results 1 – 7 of 7) sorted by relevance
| /plugin/processing/ |
| D | script.js | 1732 function vertexAttribPointer(programObj, varName, size, VBO) { function 1736 curContext.vertexAttribPointer(varLocation, size, curContext.FLOAT, false, 0, 0); 6855 vertexAttribPointer(programObject3D, "Vertex", 3, boxBuffer); 6856 vertexAttribPointer(programObject3D, "Normal", 3, boxNormBuffer); 6860 vertexAttribPointer(programObject3D, "aColor", 3, boxNormBuffer); 6875 vertexAttribPointer(programObject2D, "Vertex", 3, boxOutlineBuffer); 7060 vertexAttribPointer(programObject3D, "Vertex", 3, sphereBuffer); 7061 vertexAttribPointer(programObject3D, "Normal", 3, sphereBuffer); 7065 vertexAttribPointer(programObject3D, "aColor", 3, sphereBuffer); 7086 vertexAttribPointer(programObject2D, "Vertex", 3, sphereBuffer); [all …]
|
| /plugin/stlviewer/stlviewer/ |
| D | three.min.js | 2 …vertexAttribPointer(e,n,i,a,o,s):t.vertexAttribIPointer(e,n,i,o,s)}function y(){x(),l!==c&&u((l=c)…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 18533 gl.vertexAttribPointer(texCoordLocation, 2, gl.FLOAT, false, 0, 0); 18568 gl.vertexAttribPointer(cache.positionLocation, 2, gl.FLOAT, false, 0, 0); 18742 gl.vertexAttribPointer(cache.positionLocation, 2, gl.FLOAT, false, 0, 0); 18747 gl.vertexAttribPointer(cache.colorLocation, 3, gl.UNSIGNED_BYTE, false, 0, 0);
|
| D | pdf.js.map | 1 …vertexAttribPointer(texCoordLocation, 2, gl.FLOAT, false, 0, 0);\n\n gl.uniform1i(texLayerLocat…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …vertexAttribPointer(this.positionLocation, 2, gl.FLOAT, false, 0, 0);\n gl.bindBuffer(gl.ARRAY_…
|
| /plugin/ol3/ |
| D | script.js | 8 …vertexAttribPointer(this.renderTargetAttribLocation_,2,r.FLOAT,!1,0,0),r.uniform2f(this.renderTarg…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …vertexAttribPointer(o,i._dimension,t||a.FLOAT,!!e,r||0,n||0),a.enableVertexAttribArray(o)},a.set=f…
|