/external/angle/extensions/ |
D | ANGLE_depth_texture.txt | 54 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 …]
|
D | ANGLE_texture_compression_dxt.txt | 135 INVALID_OPERATION is generated by TexSubImage2D and CopyTexSubImage2D
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_framebuffer_flip_y.txt | 47 Access through TexSubImage2D and similar calls will notice the effect of
|
D | MESA_ycbcr_texture.spec | 185 INVALID_OPERATION is generated by TexSubImage2D if the internal image
|
D | MESA_texture_array.spec | 104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D, 250 must be TEXTURE_1D, the target arguments of TexSubImage2D and
|
/external/skia/tests/ |
D | EGLImageTest.cpp | 131 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo.fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | EGLImageTest.cpp | 135 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/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 126 GET_PROC(TexSubImage2D); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 119 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 122 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLInterface()
|
D | GrGLGpu.cpp | 911 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/ |
D | CovglTests.cpp | 408 TEST_P(GLES1CovglTest, TexSubImage2D) in TEST_P() argument
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 220 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLInterface() 595 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 911 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/ |
D | GLTestAtlasTextRenderer.cpp | 330 callgl(TexSubImage2D, GR_GL_TEXTURE_2D, 0, x, y, width, height, externalFormat, type, data); in setTextureData()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 122 TexSubImage1D, TexSubImage2D, TexImage3D and others.
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 996 class TexSubImage2D : public Operation class 999 …TexSubImage2D (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/ |
D | main.cpp | 315 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()
|
D | libGLES_CM.cpp | 4485 void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in TexSubImage2D() function
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 42 "TexParameteriv", "TexSubImage2D", "Uniform1f", "Uniform1fv", "Uniform1i", "Uniform1iv",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 897 { "glTexSubImage2D", _O(TexSubImage2D) },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 785 return gl::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D() 1681 this->glTexSubImage2D = gl::TexSubImage2D; in LibGLESv2exports()
|
D | entry_points.h | 164 …void GL_APIENTRY TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
|
D | libGLESv2.cpp | 4881 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/ |
D | entry_points_gles_2_0_autogen.cpp | 2933 ANGLE_CAPTURE(TexSubImage2D, isCallValid, context, targetPacked, level, xoffset, yoffset, in GL_TexSubImage2D()
|