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

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 166 public void glCopyTexSubImage2D(int target, int level, int xoffset,
168 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 35 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
gl2_entry.cpp 33 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
370 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
373 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height);
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 40 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D)
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 68 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
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...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
348 getDispatch()->glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
    [all...]
gles_dispatch.h 81 glCopyTexSubImage2D_t glCopyTexSubImage2D;
353 glCopyTexSubImage2D_t set_glCopyTexSubImage2D(glCopyTexSubImage2D_t f) { glCopyTexSubImage2D_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D = f; return retval;}
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 186 void GL_APIENTRY glCopyTexSubImage2D(GLenum target,
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp 905 void __stdcall glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 514 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D)
663 GL_APICALL 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/GL/
gl_mangle.h 316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 298 milliseconds