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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mapi/es1api/
ABI-check 38 glCopyTexSubImage2D
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
gl_client_context.h 70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
gl_client_context.cpp 70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 78 {"glCopyTexSubImage2D", (void *)glCopyTexSubImage2D},
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/deqp/framework/egl/
egluStaticES20Library.inl 30 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
egluStaticES30Library.inl 46 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
  /external/mesa3d/src/mapi/es2api/
ABI-check 50 glCopyTexSubImage2D
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
glwInitES30Direct.inl 46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
glwInitES31Direct.inl 50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
gl2_client_context.h 37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 57 } else if (0 == strcmp("glCopyTexSubImage2D", name)) {
58 return (GrGLFuncPtr) glCopyTexSubImage2D;
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
  /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)
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 113 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0,
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 255 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, w / 2, h / 2);
256 checkGlError("glCopyTexSubImage2D");
  /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,
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
GLES20.spec 25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 842 &glCopyTexSubImage2D,

Completed in 3619 milliseconds

1 2 3 4 5 6 7 8 91011>>