Home | History | Annotate | Download | only in canvas

Lines Matching refs:indx

260         void vertexAttrib1f(unsigned long indx, float x);
261 void vertexAttrib1fv(unsigned long indx, WebGLFloatArray* values);
262 void vertexAttrib1fv(unsigned long indx, float* values, int size);
263 void vertexAttrib2f(unsigned long indx, float x, float y);
264 void vertexAttrib2fv(unsigned long indx, WebGLFloatArray* values);
265 void vertexAttrib2fv(unsigned long indx, float* values, int size);
266 void vertexAttrib3f(unsigned long indx, float x, float y, float z);
267 void vertexAttrib3fv(unsigned long indx, WebGLFloatArray* values);
268 void vertexAttrib3fv(unsigned long indx, float* values, int size);
269 void vertexAttrib4f(unsigned long indx, float x, float y, float z, float w);
270 void vertexAttrib4fv(unsigned long indx, WebGLFloatArray* values);
271 void vertexAttrib4fv(unsigned long indx, float* values, int size);
272 void vertexAttribPointer(unsigned long indx, long size, unsigned long type, bool normalized,