Home
last modified time | relevance | path

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

/external/mesa3d/docs/
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.cpp125 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLInterface()
572 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp3771 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/opencv3/modules/core/src/
Dgl_core_3_1.cpp521 PFNCOPYTEXSUBIMAGE2DPROC CopyTexSubImage2D; variable
1109 CopyTexSubImage2D = (PFNCOPYTEXSUBIMAGE2DPROC)IntGetProcAddress("glCopyTexSubImage2D"); in Switch_CopyTexSubImage2D()
1110 CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in Switch_CopyTexSubImage2D()
2509 CopyTexSubImage2D = Switch_CopyTexSubImage2D; in InitializeVariables()
Dgl_core_3_1.hpp1124 …extern void (CODEGEN_FUNCPTR *CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint …
/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/mesa3d/include/GL/
Dgl_mangle.h316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D)