HomeSort by relevance Sort by last modified time
    Searched refs:glExtGetBufferPointervQCOM (Results 1 - 25 of 31) sorted by null

1 2

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 43 static void glExtGetBufferPointervQCOM(GLenum, GLvoid**) {
396 glExtGetBufferPointervQCOM = ::glExtGetBufferPointervQCOM;
GLESv3.cpp 46 static void glExtGetBufferPointervQCOM(GLenum, GLvoid**) {
601 glExtGetBufferPointervQCOM = ::glExtGetBufferPointervQCOM;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 277 {"glExtGetBufferPointervQCOM", (void*)glExtGetBufferPointervQCOM},
gl_client_context.h 297 glExtGetBufferPointervQCOM_client_proc_t glExtGetBufferPointervQCOM;
gl_client_context.cpp 297 glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_client_proc_t) getProc("glExtGetBufferPointervQCOM", userData);
gl_entry.cpp 292 void glExtGetBufferPointervQCOM(GLenum target, GLvoid** params);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 284 {"glExtGetBufferPointervQCOM", (void *)glExtGetBufferPointervQCOM},
gles_dispatch.h 287 glExtGetBufferPointervQCOM_t glExtGetBufferPointervQCOM;
    [all...]
gles.cpp     [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 96 glExtGetBufferPointervQCOM;
gles3.lds 119 glExtGetBufferPointervQCOM;
gles1_wrapper_context.h 297 glExtGetBufferPointervQCOM_wrapper_proc_t glExtGetBufferPointervQCOM;
gles3_wrapper_context.h 207 glExtGetBufferPointervQCOM_wrapper_proc_t glExtGetBufferPointervQCOM;
gles1_wrapper_context.cpp 297 glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_wrapper_proc_t) getProc("glExtGetBufferPointervQCOM", userData);
gles3_wrapper_context.cpp 207 glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_wrapper_proc_t) getProc("glExtGetBufferPointervQCOM", userData);
    [all...]
gles1_wrapper_entry.cpp 292 void glExtGetBufferPointervQCOM(GLenum target, GLvoid** params);
    [all...]
gles3_wrapper_entry.cpp 202 void glExtGetBufferPointervQCOM(GLenum target, GLvoidptr* params);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 205 {"glExtGetBufferPointervQCOM", (void*)glExtGetBufferPointervQCOM},
gl2_client_context.h 207 glExtGetBufferPointervQCOM_client_proc_t glExtGetBufferPointervQCOM;
gl2_client_context.cpp 207 glExtGetBufferPointervQCOM = (glExtGetBufferPointervQCOM_client_proc_t) getProc("glExtGetBufferPointervQCOM", userData);
    [all...]
gl2_entry.cpp 202 void glExtGetBufferPointervQCOM(GLenum target, GLvoidptr* params);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]

Completed in 81 milliseconds

1 2