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

1 2

  /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...]
es31fShaderImageLoadStoreTests.cpp 760 glLog.glTexSubImage3D(textureTarget, 0, 0, 0, 0, imageSize.x(), imageSize.y(), imageSize.z(), transferFormat.format, transferFormat.dataType, src.getAccess().getDataPtr());
    [all...]
  /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;
glwApi.inl 72 #define glTexSubImage3D glwTexSubImage3D
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 72 gl->texSubImage3D = glTexSubImage3D;
tcuNullRenderContextFuncs.inl 437 GLW_APICALL void GLW_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/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...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 72 void glTexSubImage3D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* pixels);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h     [all...]
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
gl_mangle.h     [all...]

Completed in 131 milliseconds

1 2