HomeSort by relevance Sort by last modified time
    Searched defs:glExtGetBuffersQCOM (Results 1 - 12 of 12) sorted by null

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 47 static void glExtGetBuffersQCOM(GLuint*, GLint, GLint*) {
397 glExtGetBuffersQCOM = ::glExtGetBuffersQCOM;
GLESv3.cpp 50 static void glExtGetBuffersQCOM(GLuint*, GLint, GLint*) {
602 glExtGetBuffersQCOM = ::glExtGetBuffersQCOM;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 291 glExtGetBuffersQCOM_client_proc_t glExtGetBuffersQCOM;
gl_entry.cpp 286 void glExtGetBuffersQCOM(GLuint* buffers, GLint maxBuffers, GLint* numBuffers);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
gles_dispatch.h 281 glExtGetBuffersQCOM_t glExtGetBuffersQCOM;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 291 glExtGetBuffersQCOM_wrapper_proc_t glExtGetBuffersQCOM;
gles1_wrapper_entry.cpp 286 void glExtGetBuffersQCOM(GLuint* buffers, GLint maxBuffers, GLint* numBuffers);
    [all...]
gles3_wrapper_context.h 201 glExtGetBuffersQCOM_wrapper_proc_t glExtGetBuffersQCOM;
gles3_wrapper_entry.cpp 196 void glExtGetBuffersQCOM(GLuint* buffers, GLint maxBuffers, GLint* numBuffers);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 201 glExtGetBuffersQCOM_client_proc_t glExtGetBuffersQCOM;
gl2_entry.cpp 196 void glExtGetBuffersQCOM(GLuint* buffers, GLint maxBuffers, GLint* numBuffers);
    [all...]

Completed in 59 milliseconds