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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 281 static void glColorPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) {
380 glColorPointerOffset = ::glColorPointerOffset;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 158 glColorPointerOffset_client_proc_t glColorPointerOffset;
gl_client_context.cpp 158 glColorPointerOffset = (glColorPointerOffset_client_proc_t) getProc("glColorPointerOffset", userData);
GLEncoder.cpp 487 this->glColorPointerOffset(this, state.size, state.type, state.stride,
    [all...]
gl_entry.cpp 153 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset);
    [all...]
gl_enc.cpp     [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 158 glColorPointerOffset_wrapper_proc_t glColorPointerOffset;
gles1_wrapper_context.cpp 158 glColorPointerOffset = (glColorPointerOffset_wrapper_proc_t) getProc("glColorPointerOffset", userData);
gles1_wrapper_entry.cpp 153 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset);
    [all...]

Completed in 59 milliseconds