Searched refs:texSubImage3D (Results 1 - 25 of 28) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluPixelTransfer.hpp46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
H A DgluPixelTransfer.cpp126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src) function in namespace:glu
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
H A DgluES3PlusWrapperFuncs.inl149 dst->texSubImage3D = src.texSubImage3D;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp70 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;
H A DsglrContextWrapper.cpp146 m_curCtx->texSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
H A DsglrGLContext.hpp82 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);
H A DsglrGLContext.cpp290 void GLContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) function in class:sglr::GLContext
H A DsglrReferenceContext.hpp628 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);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl149 gl->texSubImage3D = &glTexSubImage3D;
H A DglwFunctions.inl72 glTexSubImage3DFunc texSubImage3D;
H A DglwInitES30.inl149 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitES31.inl149 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL30.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL31.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL32.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL33.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL40.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL41.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL42.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL43.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
H A DglwInitGL44.inl70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl72 gl->texSubImage3D = glTexSubImage3D;
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp290 gl.texSubImage3D(texTarget, 0, 0, 0, 0, 1, 1, 1, transferFmt.format, transferFmt.dataType, color);
H A Des31fStencilTexturingTests.cpp603 glu::texSubImage3D(renderCtx, GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, uploadLevel);
H A Des31fLayoutBindingTests.cpp1253 gl.texSubImage3D(m_textureType, 0, 0, 0, 0, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE, GL_RGBA, GL_UNSIGNED_BYTE, level.getAccess().getDataPtr());

Completed in 230 milliseconds

12