Home
last modified time | relevance | path

Searched refs:CopyTexSubImage2D (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/docs/specs/
DMESA_ycbcr_texture.spec188 INVALID_OPERATION is generated by CopyTexSubImage2D if the internal
DMESA_texture_array.spec105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp116 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLInterface()
604 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp3939 GL_CALL(CopyTexSubImage2D(dstTex->target(), 0, in copySurfaceAsCopyTexSubImage()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1100 class CopyTexSubImage2D : public Operation class
1103CopyTexSubImage2D (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/
Dmain.cpp187 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()
DlibGLES_CM.cpp968 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … in CopyTexSubImage2D() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp180 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()
DlibGLESv2.cpp1081 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … in CopyTexSubImage2D() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h376 …void (GLAPIENTRY * CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp892 { "glCopyTexSubImage2D", _O(CopyTexSubImage2D) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h142 void CopyTexSubImage2D(GLenum target,
Dmojo_gles2_impl_autogen.cc234 void MojoGLES2Impl::CopyTexSubImage2D(GLenum target, in CopyTexSubImage2D() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h368 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D)