HomeSort by relevance Sort by last modified time
    Searched full:teximage3d (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/mesa3d/docs/
MESA_texture_array.spec 97 GetDoublev, and by the <target> parameter of TexImage3D, GetTexImage,
112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
136 Accepted by the <internalformat> parameter of TexImage3D and
168 void TexImage3D(enum target, int level, int internalformat,
209 the corresponding parameters of TexImage3D.
212 equivalent to calling TexImage3D with corresponding arguments and depth
352 image data, nor do they include texture properties. When TexImage3D is
356 by TexImage3D called with target set to TEXTURE 3D, no error is
359 supported by such a call to TexImage3D, the proxy state values are set
367 PROXY_TEXTURE_1D_ARRAY_EXT, or TexImage3D is executed with targe
    [all...]
MESA_texture_signed_rgba.spec 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
MESA_ycbcr_texture.spec 116 another item to the list of TexImage2D and TexImage3D equivalence
  /external/deqp/doc/testspecs/GLES31/
functional.texture.cube_map_array.txt 29 - TexImage3D
  /external/deqp/framework/opengl/
gluPixelTransfer.hpp 44 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
gluTexture.cpp 557 if (!gl.texImage3D)
575 gl.texImage3D(GL_TEXTURE_2D_ARRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
679 if (!gl.texImage3D)
697 gl.texImage3D(GL_TEXTURE_3D, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
770 if (!gl.texImage3D)
788 gl.texImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
gluPixelTransfer.cpp 87 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src)
100 gl.texImage3D(target, level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr());
gluES3PlusWrapperFuncs.inl 249 dst->texImage3D = src.texImage3D;
gluStateReset.cpp 220 gl.texImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
247 gl.texImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
837 gl.texImage3D (GL_TEXTURE_2D_ARRAY, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.dtd 115 TexSubImage1D, TexSubImage2D, TexImage3D and others.
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 315 // Basic TexImage3D() with cube map array texture usage
395 // TexImage3D() cube map array from pixel buffer object.
586 // TexImage3D() depth case.
700 // TexImage3D() depth case with pbo.
844 // Basic TexImage3D usage.
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 131 m_curCtx->texImage3D(target, level, (deUint32)internalFormat, width, height, depth, border, format, type, data);
sglrGLContext.hpp 79 virtual void texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data);
sglrContext.hpp 67 virtual void texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) = DE_NULL;
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 477 glTexImage3DFunc texImage3D;
    [all...]
glwInitES30Direct.inl 188 gl->texImage3D = &glTexImage3D;
glwInitES30.inl 188 gl->texImage3D = (glTexImage3DFunc) loader->get("glTexImage3D");
glwInitES31Direct.inl 249 gl->texImage3D = &glTexImage3D;
glwInitES32Direct.inl 290 gl->texImage3D = &glTexImage3D;
glwInitGL30.inl 185 gl->texImage3D = (glTexImage3DFunc) loader->get("glTexImage3D");
  /external/mesa3d/docs/OLD/
MESA_trace.spec 214 TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, and
  /external/mesa3d/src/mesa/main/
pbo.c 89 * TexImage1D, TexImage2D, TexImage3D, TexSubImage1D,
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 746 // Basic TexImage3D() with 2D array texture usage
785 // Basic TexImage3D() with 3D texture usage
    [all...]
es3fTextureUnitTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 419 gl.texImage3D(GL_TEXTURE_3D, 0, GL_RGBA8, refTexture.getWidth(), refTexture.getHeight(), refTexture.getDepth(), 0, GL_RGBA, GL_UNSIGNED_BYTE, refTexture.getLevel(0).getDataPtr());
    [all...]

Completed in 512 milliseconds

1 2 3