Home
last modified time | relevance | path

Searched refs:CopyTexSubImage2D (Results 1 – 8 of 8) 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.cpp104 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLInterface()
377 GET_PROC(CopyTexSubImage2D); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp2692 GL_CALL(CopyTexSubImage2D(GR_GL_TEXTURE_2D, 0, in copySurface()
/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()
2659 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 10, 10, 30, … in addRandomOperation()
3274 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addTextureOperations()
3276 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addTextureOperations()
3393 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addImageOperations()
3395 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexSubImage2D(texture, 0, 7, 7, 17, 17, 29, 29… in addImageOperations()
/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)