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

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp4204 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, function in namespace:es1
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp945 class TexImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
948 TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::TexImage2D
962 : Operation ("TexImage2D", useSync, serverSync)
978 void TexImage2D::exec (tcu::ThreadUtil::Thread& t)
2650 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3265 m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3267 m_threads[1]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, m_config.useFenceSync, m_config.serverSync));
3370 m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(sourceTextur
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h233 void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); member in struct:__GLdispatchTableRec
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp5048 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, function in namespace:es2
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.cc859 void MojoGLES2Impl::TexImage2D(GLenum target, function in class:mojo::MojoGLES2Impl

Completed in 262 milliseconds