Searched refs:ValidateIndexPointer (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL11_autogen.h | 41 bool ValidateIndexPointer(const Context *context, GLenum type, GLsizei stride, const void *pointer);
|
D | validationGL1.cpp | 1320 bool ValidateIndexPointer(const Context *context, GLenum type, GLsizei stride, const void *pointer) in ValidateIndexPointer() function
|
D | validationGL1_autogen.h | 391 bool ValidateIndexPointer(const Context *context, GLenum type, GLsizei stride, const void *pointer);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 7450 (context->skipValidation() || ValidateIndexPointer(context, type, stride, pointer)); in GL_IndexPointer()
|