Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerData (Results 1 – 8 of 8) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp195 static void glMatrixIndexPointerData(GLint, GLenum, GLsizei, void*, GLuint) { in glMatrixIndexPointerData() function
434 glMatrixIndexPointerData = ::glMatrixIndexPointerData; in GLESv1()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h170 glMatrixIndexPointerData_client_proc_t glMatrixIndexPointerData; member
Dgl_client_context.cpp170glMatrixIndexPointerData = (glMatrixIndexPointerData_client_proc_t) getProc("glMatrixIndexPointerD… in initDispatchByName()
Dgl_entry.cpp165 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()
DGLEncoder.cpp461 this->glMatrixIndexPointerData(this, state.size, state.type, state.stride, in sendVertexData()
Dgl_enc.cpp8529 this->glMatrixIndexPointerData = &glMatrixIndexPointerData_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib176 glMatrixIndexPointerData
Dgles1.in160 GL_ENTRY(void, glMatrixIndexPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLu…