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

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 8 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
  /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 386 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 396 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/framework/opengl/wrapper/
glwInitES30Direct.inl 150 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 406 glCopyTexSubImage3D = 380;
  /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/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 73 gl->copyTexSubImage3D = glCopyTexSubImage3D;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 428 "glCopyTexSubImage3D\0"
    [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/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...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h     [all...]

Completed in 237 milliseconds

1 2 3