Lines Matching refs:index

689 	virtual void			primitiveRestartIndex	(deUint32 index);
711 virtual void vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer);
712 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer);
713 virtual void enableVertexAttribArray (deUint32 index);
714 virtual void disableVertexAttribArray(deUint32 index);
715 virtual void vertexAttribDivisor (deUint32 index, deUint32 divisor);
717 virtual void vertexAttrib1f (deUint32 index, float);
718 virtual void vertexAttrib2f (deUint32 index, float, float);
719 virtual void vertexAttrib3f (deUint32 index, float, float, float);
720 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
721 virtual void vertexAttribI4i (deUint32 index, deInt32, deInt32, deInt32, deInt32);
722 virtual void vertexAttribI4ui (deUint32 index, deUint32, deUint32, deUint32, deUint32);
728 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
729 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
730 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
731 virtual void uniform4fv (deInt32 index, deInt32 count, const float*);
732 virtual void uniform1iv (deInt32 index, deInt32 count, const deInt32*);
733 virtual void uniform2iv (deInt32 index, deInt32 count, const deInt32*);
734 virtual void uniform3iv (deInt32 index, deInt32 count, const deInt32*);
735 virtual void uniform4iv (deInt32 index, deInt32 count, const deInt32*);
823 void uniformv (deInt32 index, glu::DataType type, deInt32 count, const void*);