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

1 2

  /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_ftable.h 276 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
gl_client_context.h 296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
gl_client_context.cpp 296 glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM", userData);
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_ftable.h 283 {"glExtGetTexSubImageQCOM", (void *)glExtGetTexSubImageQCOM},
gles_dispatch.h 286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM;
    [all...]
gles.cpp     [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 104 glExtGetTexSubImageQCOM;
gles3.lds 127 glExtGetTexSubImageQCOM;
gles1_wrapper_context.h 296 glExtGetTexSubImageQCOM_wrapper_proc_t glExtGetTexSubImageQCOM;
gles3_wrapper_context.h 206 glExtGetTexSubImageQCOM_wrapper_proc_t glExtGetTexSubImageQCOM;
gles1_wrapper_context.cpp 296 glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_wrapper_proc_t) getProc("glExtGetTexSubImageQCOM", userData);
gles3_wrapper_context.cpp 206 glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_wrapper_proc_t) getProc("glExtGetTexSubImageQCOM", userData);
    [all...]
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_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_ftable.h 204 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
gl2_client_context.h 206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
gl2_client_context.cpp 206 glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM", userData);
    [all...]
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...]
  /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 71 milliseconds

1 2