HomeSort by relevance Sort by last modified time
    Searched refs:glCopyTexSubImage2D (Results 26 - 50 of 59) sorted by null

12 3

  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 61 gl->copyTexSubImage2D = glCopyTexSubImage2D;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 497 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 402 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 381 "glCopyTexSubImage2D\0"
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 131 glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 74 void glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
  /external/mesa3d/include/GLES/
gl.h 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 273 glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 186 void GL_APIENTRY glCopyTexSubImage2D(GLenum target,
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 66 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
654 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 61 void glCopyTexSubImage2D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint x, glw::GLint y, glw::GLsizei width, glw::GLsizei height);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl 61 #define glCopyTexSubImage2D glwCopyTexSubImage2D
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h     [all...]
gl_mangle.h 316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D)
    [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]

Completed in 813 milliseconds

12 3