HomeSort by relevance Sort by last modified time
    Searched refs:glMatrixIndexPointerOffset (Results 1 - 9 of 9) sorted by null

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 199 static void glMatrixIndexPointerOffset(GLint, GLenum, GLsizei, GLuint) {
435 glMatrixIndexPointerOffset = ::glMatrixIndexPointerOffset;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 163 glMatrixIndexPointerOffset_client_proc_t glMatrixIndexPointerOffset;
gl_client_context.cpp 163 glMatrixIndexPointerOffset = (glMatrixIndexPointerOffset_client_proc_t) getProc("glMatrixIndexPointerOffset", userData);
GLEncoder.cpp 506 this->glMatrixIndexPointerOffset(this,state.size,state.type,state.stride,
    [all...]
gl_entry.cpp 158 void glMatrixIndexPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset);
    [all...]
gl_enc.cpp     [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 163 glMatrixIndexPointerOffset_wrapper_proc_t glMatrixIndexPointerOffset;
gles1_wrapper_context.cpp 163 glMatrixIndexPointerOffset = (glMatrixIndexPointerOffset_wrapper_proc_t) getProc("glMatrixIndexPointerOffset", userData);
gles1_wrapper_entry.cpp 158 void glMatrixIndexPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset);
    [all...]

Completed in 129 milliseconds