Home
last modified time | relevance | path

Searched defs:CopyTexImage2D (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1048 class CopyTexImage2D : public Operation class
1065 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLin… in CopyTexImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexImage2D
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp853 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei wi… in CopyTexImage2D() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp984 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei wi… in CopyTexImage2D() function
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.cc223 void MojoGLES2Impl::CopyTexImage2D(GLenum target, in CopyTexImage2D() function in mojo::MojoGLES2Impl