Searched refs:ValidateVertexAttribIndex (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES2.cpp | 5087 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib1f() 5092 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib1fv() 5097 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib2f() 5102 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib2fv() 5107 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib3f() 5112 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib3fv() 5122 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib4f() 5127 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttrib4fv()
|
D | validationES3.cpp | 4042 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttribI4i() 4058 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttribI4ui() 4069 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttribI4iv() 4080 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttribI4uiv() 4473 return ValidateVertexAttribIndex(context, index); in ValidateVertexAttribDivisor()
|
D | validationES.h | 646 bool ValidateVertexAttribIndex(const Context *context, GLuint index);
|
D | validationES.cpp | 7284 bool ValidateVertexAttribIndex(const Context *context, GLuint index) in ValidateVertexAttribIndex() function
|