/external/deqp/doc/testspecs/GLES31/ |
functional.texture.cube_map_array.txt | 30 - TexSubImage3D
|
/external/deqp/framework/opengl/ |
gluPixelTransfer.hpp | 46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
|
gluPixelTransfer.cpp | 126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src) 139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
|
gluES3PlusWrapperFuncs.inl | 258 dst->texSubImage3D = src.texSubImage3D;
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 146 m_curCtx->texSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
|
sglrGLContext.hpp | 82 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data);
|
sglrContext.hpp | 70 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) = DE_NULL;
|
/external/deqp/framework/opengl/wrapper/ |
glwFunctions.inl | 492 glTexSubImage3DFunc texSubImage3D; [all...] |
glwInitES30Direct.inl | 196 gl->texSubImage3D = &glTexSubImage3D;
|
glwInitES30.inl | 196 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
glwInitES31Direct.inl | 258 gl->texSubImage3D = &glTexSubImage3D;
|
glwInitES32Direct.inl | 302 gl->texSubImage3D = &glTexSubImage3D;
|
glwInitGL30.inl | 194 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
glwInitES31.inl | 258 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
glwInitES32.inl | 302 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D"); [all...] |
glwInitGL31.inl | 205 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
glwInitGL32.inl | 223 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
glwInitGL33.inl | 242 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
glwInitGL40.inl | 270 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D"); [all...] |
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 215 TexSubImage3D commands.
|
/external/mesa3d/src/mesa/main/ |
pbo.c | 90 * TexSubImage2D, TexSubImage3D, and DrawPixels if the current
|
/external/opencv3/modules/core/src/ |
gl_core_3_1.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureSpecificationTests.cpp | 476 // TexSubImage3D() cube map array PBO case. 631 // TexSubImage3D() depth case. [all...] |
es31fOpaqueTypeIndexingTests.cpp | 303 gl.texSubImage3D(texTarget, 0, 0, 0, 0, 1, 1, 1, transferFmt.format, transferFmt.dataType, color); 310 gl.texSubImage3D(texTarget, 0, 0, 0, zoffset, 1, 1, 1, transferFmt.format, transferFmt.dataType, color); [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D, 255 target arguments of TexSubImage3D and CopyTexSubImage3D must be [all...] |