/external/mesa3d/docs/specs/ |
D | MESA_ycbcr_texture.spec | 188 INVALID_OPERATION is generated by CopyTexSubImage2D if the internal
|
D | MESA_texture_array.spec | 105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, 251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 116 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLInterface() 604 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 3939 GL_CALL(CopyTexSubImage2D(dstTex->target(), 0, in copySurfaceAsCopyTexSubImage()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1100 class CopyTexSubImage2D : public Operation class 1103 …CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x… 1117 CopyTexSubImage2D::CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint… in CopyTexSubImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexSubImage2D 1134 void CopyTexSubImage2D::exec (tcu::ThreadUtil::Thread& t) in exec() 2674 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 10, 10, 30, … in addRandomOperation() 3289 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addTextureOperations() 3291 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addTextureOperations() 3408 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addImageOperations() 3410 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addImageOperations()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 187 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … 705 return es1::CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D() 1457 this->glCopyTexSubImage2D = es1::CopyTexSubImage2D; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 968 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … in CopyTexSubImage2D() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | main.cpp | 180 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … 502 return es2::CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D() 1374 this->glCopyTexSubImage2D = es2::CopyTexSubImage2D; in LibGLESv2exports()
|
D | libGLESv2.cpp | 1081 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … in CopyTexSubImage2D() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 376 …void (GLAPIENTRY * CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 892 { "glCopyTexSubImage2D", _O(CopyTexSubImage2D) },
|
/external/libmojo/mojo/gpu/ |
D | mojo_gles2_impl_autogen.h | 142 void CopyTexSubImage2D(GLenum target,
|
D | mojo_gles2_impl_autogen.cc | 234 void MojoGLES2Impl::CopyTexSubImage2D(GLenum target, in CopyTexSubImage2D() function in mojo::MojoGLES2Impl
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 368 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D)
|