Home
last modified time | relevance | path

Searched refs:TexSubImage2D (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/extensions/
DANGLE_depth_texture.txt54 TexSubImage2D. This extension also allows implementation
65 Accepted by the <format> parameter of TexImage2D and TexSubImage2D and
71 Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
212 TexSubImage2D generates the INVALID_OPERATION error if the base internal
285 for TexImage2D and TexSubImage2D are omitted. Mentions of
312 The error INVALID_OPERATION is generated by TexSubImage2D if <format> is
319 The error INVALID_OPERATION is generated by TexSubImage2D if <format> is
326 The error INVALID_OPERATION is generated by TexSubImage2D if <format>
333 The error INVALID_OPERATION is generated by TexSubImage2D if <format>
342 - TexSubImage2D is called with <format> of DEPTH_COMPONENT or
[all …]
DANGLE_texture_compression_dxt.txt135 INVALID_OPERATION is generated by TexSubImage2D and CopyTexSubImage2D
/external/mesa3d/docs/_extra/specs/
DMESA_framebuffer_flip_y.txt47 Access through TexSubImage2D and similar calls will notice the effect of
DMESA_ycbcr_texture.spec185 INVALID_OPERATION is generated by TexSubImage2D if the internal image
DMESA_texture_array.spec104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
250 must be TEXTURE_1D, the target arguments of TexSubImage2D and
/external/skia/tests/
DEGLImageTest.cpp131 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo.fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/tests/
DEGLImageTest.cpp135 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo.fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp126 GET_PROC(TexSubImage2D); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp119 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp122 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp911 GL_CALL(TexSubImage2D(glTex->target(), in onTransferPixelsTo()
1051 GL_CALL(TexSubImage2D(target, level, dstRect.x(), dstRect.y(), dims.width(), dims.height(), in uploadTexData()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp408 TEST_P(GLES1CovglTest, TexSubImage2D) in TEST_P() argument
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp220 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLInterface()
595 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp911 GL_CALL(TexSubImage2D(glTex->target(), in onTransferPixels()
981 TexSubImage2D(target, in allocate_and_populate_texture()
1335 GL_CALL(TexSubImage2D(target, in uploadTexData()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp330 callgl(TexSubImage2D, GR_GL_TEXTURE_2D, 0, x, y, width, height, externalFormat, type, data); in setTextureData()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd122 TexSubImage1D, TexSubImage2D, TexImage3D and others.
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp996 class TexSubImage2D : public Operation class
999TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei widt…
1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset… in TexSubImage2D() function in deqp::egl::GLES2ThreadTest::TexSubImage2D
1030 void TexSubImage2D::exec (tcu::ThreadUtil::Thread& t) in exec()
2658 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 30, 30, 50, 50, … in addRandomOperation()
3281 …m_threads[0]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA,… in addTextureOperations()
3283 …m_threads[1]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA,… in addTextureOperations()
3398 …m_threads[0]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA,… in addImageOperations()
3400 …m_threads[1]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA,… in addImageOperations()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp315 void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi…
1342 return es1::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D()
1579 this->glTexSubImage2D = es1::TexSubImage2D; in LibGLES_CMexports()
DlibGLES_CM.cpp4485 void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in TexSubImage2D() function
/external/skia/tools/gpu/gl/interface/
Dinterface.json542 "TexParameteriv", "TexSubImage2D", "Uniform1f", "Uniform1fv", "Uniform1i", "Uniform1iv",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp897 { "glTexSubImage2D", _O(TexSubImage2D) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp785 return gl::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D()
1681 this->glTexSubImage2D = gl::TexSubImage2D; in LibGLESv2exports()
Dentry_points.h164 …void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
DlibGLESv2.cpp4881 void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in TexSubImage2D() function
6513 FUNCTION(TexSubImage2D), in es2GetProcAddress()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2933 ANGLE_CAPTURE(TexSubImage2D, isCallValid, context, targetPacked, level, xoffset, yoffset, in GL_TexSubImage2D()

12