Home
last modified time | relevance | path

Searched refs:ValidateVertexAttribIndex (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES2.cpp5087 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()
DvalidationES3.cpp4042 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()
DvalidationES.h646 bool ValidateVertexAttribIndex(const Context *context, GLuint index);
DvalidationES.cpp7284 bool ValidateVertexAttribIndex(const Context *context, GLuint index) in ValidateVertexAttribIndex() function