Home
last modified time | relevance | path

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

/external/skia/tests/
DEGLImageTest.cpp118 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(backendTexture1->fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp218 GET_PROC(TexSubImage2D); in GrGLAssembleGLInterface()
706 GET_PROC(TexSubImage2D); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp876 GL_CALL(TexSubImage2D(glTex->target(), in onTransferPixels()
944 TexSubImage2D(target, in allocate_and_populate_texture()
1187 GL_CALL(TexSubImage2D(target, in uploadTexData()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd118 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()
1584 this->glTexSubImage2D = es1::TexSubImage2D; in LibGLES_CMexports()
DlibGLES_CM.cpp4512 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei… in TexSubImage2D() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp293 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei…
1120 return es2::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D()
1485 this->glTexSubImage2D = es2::TexSubImage2D; in LibGLESv2exports()
DlibGLESv2.cpp5423 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/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp899 { "glTexSubImage2D", _O(TexSubImage2D) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h437 void TexSubImage2D(GLenum target,
Dmojo_gles2_impl_autogen.cc912 void MojoGLES2Impl::TexSubImage2D(GLenum target, in TexSubImage2D() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h2182 #define glTexSubImage2D MANGLE(TexSubImage2D)