Lines Matching refs:vertexAttribPointer

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);
7423 vertexAttribPointer(programObject2D, "Vertex", 3, pointBuffer);
7533 vertexAttribPointer(programObjectUnlitShape, "aVertex", 3, pointBuffer);
7536 vertexAttribPointer(programObjectUnlitShape, "aColor", 4, fillColorBuffer);
7571 vertexAttribPointer(programObjectUnlitShape, "aVertex", 3, lineBuffer);
7574 vertexAttribPointer(programObjectUnlitShape, "aColor", 4, strokeColorBuffer);
7613 vertexAttribPointer(programObject3D, "Vertex", 3, fillBuffer);
7616 vertexAttribPointer(programObject3D, "aColor", 4, fillColorBuffer);
7640 vertexAttribPointer(programObject3D, "aTexture", 2, shapeTexVBO);
8617 vertexAttribPointer(programObject2D, "Vertex", 3, lineBuffer);
8742 vertexAttribPointer(programObject2D, "Vertex", 3, rectBuffer);
8779 vertexAttribPointer(programObject3D, "Vertex", 3, rectBuffer);
8780 vertexAttribPointer(programObject3D, "Normal", 3, rectNormBuffer);
10947 vertexAttribPointer(programObject2D, "Vertex", 3, textBuffer);
10948 vertexAttribPointer(programObject2D, "aTextureCoord", 2, textureBuffer);