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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 75 static void glExtGetTexSubImageQCOM(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei,
404 glExtGetTexSubImageQCOM = ::glExtGetTexSubImageQCOM;
GLESv3.cpp 78 static void glExtGetTexSubImageQCOM(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei,
609 glExtGetTexSubImageQCOM = ::glExtGetTexSubImageQCOM;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
gl_entry.cpp 291 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
gles_dispatch.h 286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 296 glExtGetTexSubImageQCOM_wrapper_proc_t glExtGetTexSubImageQCOM;
gles1_wrapper_entry.cpp 291 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
    [all...]
gles3_wrapper_context.h 206 glExtGetTexSubImageQCOM_wrapper_proc_t glExtGetTexSubImageQCOM;
gles3_wrapper_entry.cpp 201 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
gl2_entry.cpp 201 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
    [all...]

Completed in 58 milliseconds