Home
last modified time | relevance | path

Searched refs:CopyTexImage2D (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/docs/_extra/specs/
DMESA_texture_signed_rgba.spec117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
DMESA_texture_array.spec105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
/external/angle/extensions/
DANGLE_texture_compression_dxt.txt131 INVALID_OPERATION is generated by TexImage2D and CopyTexImage2D if
DANGLE_depth_texture.txt208 "CopyTexImage2D and CopyTexSubImage2D generate the INVALID_OPERATION
348 - CopyTexImage2D is called with an <internalformat> that has a base
DANGLE_framebuffer_multisample.txt102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
DANGLE_framebuffer_blit.txt84 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp420 TEST_P(GLES1CovglTest, CopyTexImage2D) in TEST_P() argument
/external/angle/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp363 TEST_P(WebGLReadOutsideFramebufferTest, CopyTexImage2D) in TEST_P() argument
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1048 class CopyTexImage2D : public Operation class
1051CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, G…
1065 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLin… in CopyTexImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1083 void CopyTexImage2D::exec (tcu::ThreadUtil::Thread& t) in exec()
2666 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 20, 20… in addRandomOperation()
3273 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 2… in addTextureOperations()
3275 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 2… in addTextureOperations()
3428 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 7, 7, 256, 256… in addImageOperations()
3430 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 7, 7, 256, 256… in addImageOperations()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp186 void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y…
700 return es1::CopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
1451 this->glCopyTexImage2D = es1::CopyTexImage2D; in LibGLES_CMexports()
DlibGLES_CM.cpp810 void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y… in CopyTexImage2D() function
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp888 { "glCopyTexImage2D", _O(CopyTexImage2D) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp162 return gl::CopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
1569 this->glCopyTexImage2D = gl::CopyTexImage2D; in LibGLESv2exports()
Dentry_points.h50 …void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
DlibGLESv2.cpp866 void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y… in CopyTexImage2D() function
6326 FUNCTION(CopyTexImage2D), in es2GetProcAddress()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp647 ANGLE_CAPTURE(CopyTexImage2D, isCallValid, context, targetPacked, level, internalformat, x, in GL_CopyTexImage2D()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp7174 ANGLE_CAPTURE(CopyTexImage2D, isCallValid, context, targetPacked, level, internalformat, x, in GL_CopyTexImage2D()