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

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp4480 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, function in namespace:es1
/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/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/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp5387 void TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, function in namespace:es2

Completed in 420 milliseconds