Searched refs:glMatrixIndexPointerData (Results 1 – 8 of 8) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 195 static void glMatrixIndexPointerData(GLint, GLenum, GLsizei, void*, GLuint) { in glMatrixIndexPointerData() function 434 glMatrixIndexPointerData = ::glMatrixIndexPointerData; in GLESv1()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 170 glMatrixIndexPointerData_client_proc_t glMatrixIndexPointerData; member
|
D | gl_client_context.cpp | 170 …glMatrixIndexPointerData = (glMatrixIndexPointerData_client_proc_t) getProc("glMatrixIndexPointerD… in initDispatchByName()
|
D | gl_entry.cpp | 165 void glMatrixIndexPointerData(GLint size, GLenum type, GLsizei stride, void* data, GLuint datalen); 1255 void glMatrixIndexPointerData(GLint size, GLenum type, GLsizei stride, void* data, GLuint datalen) in glMatrixIndexPointerData() function 1258 ctx->glMatrixIndexPointerData(ctx, size, type, stride, data, datalen); in glMatrixIndexPointerData()
|
D | GLEncoder.cpp | 461 this->glMatrixIndexPointerData(this, state.size, state.type, state.stride, in sendVertexData()
|
D | gl_enc.cpp | 8529 this->glMatrixIndexPointerData = &glMatrixIndexPointerData_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 176 glMatrixIndexPointerData
|
D | gles1.in | 160 GL_ENTRY(void, glMatrixIndexPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLu…
|