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

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 7 { "glTexSubImage3D", (deFunctionPtr)glTexSubImage3D },
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp     [all...]
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
es31fTextureSpecificationTests.cpp 386 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, 0, 0, 0, levelW, levelW, m_depth, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr());
567 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset);
693 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, x, y, z, w, h, d, fmt.format, fmt.dataType, levelData.getAccess().getDataPtr());
943 // glTexSubImage3D() PBO cases.
945 tcu::TestCaseGroup* pboGroup = new tcu::TestCaseGroup(m_testCtx, "texsubimage3d_pbo", "glTexSubImage3D() pixel buffer object tests");
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 6 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels )
7 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei offset )
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 25 FIND_PROC(glTexSubImage3D);
131 !glTexSubImage3D ||
243 GL_APICALL void (* GL_APIENTRY glTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
gl3stub.h 385 extern GL_APICALL void (* GL_APIENTRY glTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 26 FIND_PROC( glTexSubImage3D );
129 if( !glReadBuffer || !glDrawRangeElements || !glTexImage3D || !glTexSubImage3D
190 GL_APICALL void (* GL_APIENTRY glTexSubImage3D)( GLenum target,
gl3stub.h 395 extern GL_APICALL void (* GL_APIENTRY glTexSubImage3D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data)
sglrContextWrapper.hpp 197 void glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* pixels);
sglrGLContext.cpp 292 m_wrapper->glTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 149 gl->texSubImage3D = &glTexSubImage3D;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 396 // C function void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels )
398 public static native void glTexSubImage3D(
412 // C function void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei offset )
414 public static native void glTexSubImage3D(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 405 glTexSubImage3D = 379;
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 72 gl->texSubImage3D = glTexSubImage3D;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 427 "glTexSubImage3D\0"
    [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...]

Completed in 249 milliseconds

1 2 3