Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp371 TEST_P(WebGLReadOutsideFramebufferTest, CopyTexImage2D) in TEST_P() argument
/aosp_15_r20/external/angle/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp420 TEST_P(GLES1CovglTest, CopyTexImage2D) in TEST_P() argument
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1132 class CopyTexImage2D : public Operation class
1150 CopyTexImage2D::CopyTexImage2D(SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint… in CopyTexImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexImage2D