Searched refs:CopyTexImage2D (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/docs/specs/
H A DMESA_texture_signed_rgba.spec117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
H A DMESA_texture_array.spec105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
233 void CopyTexImage2D(enum target, int level,
/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/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp186 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
700 return es1::CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
1456 this->glCopyTexImage2D = es1::CopyTexImage2D;
H A DlibGLES_CM.cpp810 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) function in namespace:es1
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp49 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
367 return es2::CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
1244 this->glCopyTexImage2D = es2::CopyTexImage2D;
H A DlibGLESv2.cpp906 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) function in namespace:es2
/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/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp890 { "glCopyTexImage2D", _O(CopyTexImage2D) },
/external/mesa3d/include/GL/
H A Dgl_mangle.h364 #define glCopyTexImage2D MANGLE(CopyTexImage2D)

Completed in 260 milliseconds