/external/mesa3d/docs/_extra/specs/ |
D | MESA_texture_signed_rgba.spec | 117 conversions used, so when using for instance CopyTexImage2D with 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
|
D | MESA_texture_array.spec | 105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
|
/external/angle/extensions/ |
D | ANGLE_texture_compression_dxt.txt | 131 INVALID_OPERATION is generated by TexImage2D and CopyTexImage2D if
|
D | ANGLE_depth_texture.txt | 208 "CopyTexImage2D and CopyTexSubImage2D generate the INVALID_OPERATION 348 - CopyTexImage2D is called with an <internalformat> that has a base
|
D | ANGLE_framebuffer_multisample.txt | 102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
|
D | ANGLE_framebuffer_blit.txt | 84 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 420 TEST_P(GLES1CovglTest, CopyTexImage2D) in TEST_P() argument
|
/external/angle/src/tests/gl_tests/ |
D | WebGLReadOutsideFramebufferTest.cpp | 363 TEST_P(WebGLReadOutsideFramebufferTest, CopyTexImage2D) in TEST_P() argument
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1048 class CopyTexImage2D : public Operation class 1051 …CopyTexImage2D (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/ |
D | main.cpp | 186 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()
|
D | libGLES_CM.cpp | 810 void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y… in CopyTexImage2D() function
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 888 { "glCopyTexImage2D", _O(CopyTexImage2D) },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 162 return gl::CopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D() 1569 this->glCopyTexImage2D = gl::CopyTexImage2D; in LibGLESv2exports()
|
D | entry_points.h | 50 …void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
|
D | libGLESv2.cpp | 866 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/ |
D | entry_points_gles_2_0_autogen.cpp | 647 ANGLE_CAPTURE(CopyTexImage2D, isCallValid, context, targetPacked, level, internalformat, x, in GL_CopyTexImage2D()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 7174 ANGLE_CAPTURE(CopyTexImage2D, isCallValid, context, targetPacked, level, internalformat, x, in GL_CopyTexImage2D()
|