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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/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/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 545 if (!gl.texImage3D)
563 gl.texImage3D(GL_TEXTURE_2D_ARRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
605 if (!gl.texImage3D)
623 gl.texImage3D(GL_TEXTURE_3D, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
665 if (!gl.texImage3D)
683 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 148 dst->texImage3D = src.texImage3D;
gluStateReset.cpp 193 gl.texImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
216 gl.texImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
697 gl.texImage3D (GL_TEXTURE_2D_ARRAY, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
721 gl.texImage3D (GL_TEXTURE_3D, 0, GL_RGBA, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.dtd 115 TexSubImage1D, TexSubImage2D, TexImage3D and others.
  /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/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 192 // Note: dEQP 2013.4 expects an INVALID_VALUE error for TexImage3D with an invalid
193 // internal format. (dEQP-GLES3.functional.negative_api.texture.teximage3d)
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 71 glTexImage3DFunc texImage3D;
glwInitES30Direct.inl 148 gl->texImage3D = &glTexImage3D;
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 214 TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, and
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pbo.c 89 * TexImage1D, TexImage2D, TexImage3D, TexSubImage1D,
  /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);
  /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/chromium_org/third_party/angle/extensions/
EXT_texture_storage.txt 286 TexImage3D(target, i, internalformat, width, height, depth, 0,
297 TexImage3D(target, i, internalformat, width, height, depth, 0,
358 "Each array in a mipmap is defined using TexImage3D, TexImage2D,
    [all...]

Completed in 1115 milliseconds

1 2 3 4