Searched defs:CopyTexImage2D (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp853 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) function in namespace:es1
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1048 class CopyTexImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1051 CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync);
1065 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1066 : Operation ("CopyTexImage2D", useSync, serverSync)
1083 void CopyTexImage2D::exec (tcu::ThreadUtil::Thread& t)
2666 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 20, 20, 300, 300, 0, m_config.useFenceSync, m_config.serverSync));
3273 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 256, 0, m_config.useFenceSync, m_config.serverSync));
3275 m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 256, 0, m_config.useFenceSync, m_config.serverSync));
3428 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(textur
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); member in struct:__GLdispatchTableRec
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp984 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) function in namespace:es2
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.cc223 void MojoGLES2Impl::CopyTexImage2D(GLenum target, function in class:mojo::MojoGLES2Impl

Completed in 487 milliseconds