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

1 2 3 4 5

  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 48 public native void glCopyTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 32 public native void glCopyTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 47 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL30.java 65 public void glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width,
67 GLES30.glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 26 FIND_PROC(glCopyTexSubImage3D);
132 !glCopyTexSubImage3D ||
244 GL_APICALL void (* GL_APIENTRY glCopyTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
gl3stub.h 389 extern GL_APICALL void (* GL_APIENTRY glCopyTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 27 FIND_PROC( glCopyTexSubImage3D );
130 || !glCopyTexSubImage3D || !glCompressedTexImage3D
201 GL_APICALL void (* GL_APIENTRY glCopyTexSubImage3D)( GLenum target,
gl3stub.h 399 extern GL_APICALL void (* GL_APIENTRY glCopyTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES31Direct.inl 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES32Direct.inl 58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 112 public void glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width,
114 GL12.glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 112 public void glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width,
114 GL12.glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height )
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 371 // C function void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x,
374 public void glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width,
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java 1272 public void glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width,
1275 gl30.glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 198 void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 132 #undef glCopyTexSubImage3D
wrap_gles.h 132 #define glCopyTexSubImage3D wrap_glCopyTexSubImage3D
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 428 // C function void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height )
430 public static native void glCopyTexSubImage3D(
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 93 gl->copyTexSubImage3D = glCopyTexSubImage3D;
    [all...]
  /external/libgdx/gdx/jni/iosgl/
iosgl30.cpp 187 * Method: glCopyTexSubImage3D
192 glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]

Completed in 320 milliseconds

1 2 3 4 5