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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 71 static void glExtGetTexLevelParameterivQCOM(GLuint, GLenum, GLint, GLenum, GLint*) {
403 glExtGetTexLevelParameterivQCOM = ::glExtGetTexLevelParameterivQCOM;
GLESv3.cpp 74 static void glExtGetTexLevelParameterivQCOM(GLuint, GLenum, GLint, GLenum, GLint*) {
608 glExtGetTexLevelParameterivQCOM = ::glExtGetTexLevelParameterivQCOM;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 294 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM;
gl_entry.cpp 289 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
gles_dispatch.h 284 glExtGetTexLevelParameterivQCOM_t glExtGetTexLevelParameterivQCOM;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 294 glExtGetTexLevelParameterivQCOM_wrapper_proc_t glExtGetTexLevelParameterivQCOM;
gles1_wrapper_entry.cpp 289 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params);
    [all...]
gles3_wrapper_context.h 204 glExtGetTexLevelParameterivQCOM_wrapper_proc_t glExtGetTexLevelParameterivQCOM;
gles3_wrapper_entry.cpp 199 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 204 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM;
gl2_entry.cpp 199 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params);
    [all...]

Completed in 61 milliseconds