Searched refs:glMatrixIndexPointerData (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/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 | 466 this->glMatrixIndexPointerData(this, state.size, state.type, state.stride, in sendVertexData()
|
D | gl_enc.cpp | 9087 this->glMatrixIndexPointerData = &glMatrixIndexPointerData_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 174 glMatrixIndexPointerData_server_proc_t glMatrixIndexPointerData; member
|
D | GLESv1Decoder.cpp | 115 glMatrixIndexPointerData = s_glMatrixIndexPointerData; in initGL()
|
D | gles1_server_context.cpp | 170 …glMatrixIndexPointerData = (glMatrixIndexPointerData_server_proc_t) getProc("glMatrixIndexPointerD… in initDispatchByName()
|
D | gles1_dec.cpp | 3254 …this->glMatrixIndexPointerData(this, var_size, var_type, var_stride, (void*)(inptr_data.get()), va… in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 322 #void glMatrixIndexPointerData(GLint size, GLenum type, GLsizei stride, void * data, GLuint datale… 323 glMatrixIndexPointerData
|
D | gles1.in | 160 GL_ENTRY(void, glMatrixIndexPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLu…
|