Home
last modified time | relevance | path

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

/external/mesa3d/docs/specs/
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/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/tests/
DEGLImageTest.cpp135 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo.fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp217 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLInterface()
588 GET_PROC(TexSubImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp947 GL_CALL(TexSubImage2D(glTex->target(), in onTransferPixels()
1017 TexSubImage2D(target, in allocate_and_populate_texture()
1370 GL_CALL(TexSubImage2D(target, in uploadTexData()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp330 callgl(TexSubImage2D, GR_GL_TEXTURE_2D, 0, x, y, width, height, externalFormat, type, data); in setTextureData()
/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.dtd120 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 TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei…
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 TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei… in TexSubImage2D() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h383 …void (GLAPIENTRY * TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, c…
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h164 …void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize…
Dentry_points.cpp785 return gl::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D()
1681 this->glTexSubImage2D = gl::TexSubImage2D; in LibGLESv2exports()
DlibGLESv2.cpp4916 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei… in TexSubImage2D() function
6548 FUNCTION(TexSubImage2D), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp897 { "glTexSubImage2D", _O(TexSubImage2D) },
/external/mesa3d/include/GL/
Dgl_mangle.h2182 #define glTexSubImage2D MANGLE(TexSubImage2D)