Searched defs:CopyTexSubImage2D (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp937 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function in namespace:es1
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1100 class CopyTexSubImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1103 CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync);
1117 CopyTexSubImage2D::CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1118 : Operation ("CopyTexSubImage2D", useSync, serverSync)
1134 void CopyTexSubImage2D::exec (tcu::ThreadUtil::Thread& t)
2674 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 10, 10, 30, 30, 50, 50, m_config.useFenceSync, m_config.serverSync));
3289 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29, m_config.useFenceSync, m_config.serverSync));
3291 m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29, m_config.useFenceSync, m_config.serverSync));
3408 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(textur
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h376 void (GLAPIENTRY * CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); member in struct:__GLdispatchTableRec
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp1043 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function in namespace:es2

Completed in 134 milliseconds