Searched refs:TexSubImage2D (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec63 TexImage2D and TexSubImage2D:
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
144 TexSubImage2D is YCBCR_MESA then format must be YCBCR_MESA.
185 INVALID_OPERATION is generated by TexSubImage2D if the internal image
H A 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/
H A DEGLImageTest.cpp117 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(backendTexture1->fTarget, 0, 0, 0, kSize, kSize,
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp227 GET_PROC(TexSubImage2D);
703 GET_PROC(TexSubImage2D);
H A DGrGLGpu.cpp893 TexSubImage2D(target,
1238 GL_CALL(TexSubImage2D(target,
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp996 class TexSubImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
999 TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::TexSubImage2D
1014 : Operation ("TexSubImage2D", useSync, serverSync)
1030 void TexSubImage2D::exec (tcu::ThreadUtil::Thread& t)
2658 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 30, 30, 50, 50, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3281 m_threads[0]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3283 m_threads[1]->addOperation(new GLES2ThreadTest::TexSubImage2D(texture, 0, 17, 17, 29, 29, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3398 m_threads[0]->addOperation(new GLES2ThreadTest::TexSubImage2D(textur
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp315 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
1342 return es1::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
1580 this->glTexSubImage2D = es1::TexSubImage2D;
H A DlibGLES_CM.cpp4512 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, function in namespace:es1
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dmain.cpp292 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
1114 return es2::TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
1473 this->glTexSubImage2D = es2::TexSubImage2D;
H A DlibGLESv2.cpp5444 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, function in namespace:es2
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h383 void (GLAPIENTRY * TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp899 { "glTexSubImage2D", _O(TexSubImage2D) },
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.h437 void TexSubImage2D(GLenum target,
H A Dmojo_gles2_impl_autogen.cc912 void MojoGLES2Impl::TexSubImage2D(GLenum target, function in class:mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
H A Dgl_mangle.h1771 #define glTexSubImage2D MANGLE(TexSubImage2D)

Completed in 786 milliseconds