Home
last modified time | relevance | path

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

/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp408 TEST_P(GLES1CovglTest, TexSubImage2D) in TEST_P() argument
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1074 class TexSubImage2D : public Operation class
1092 TexSubImage2D::TexSubImage2D(SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset,… in TexSubImage2D() function in deqp::egl::GLES2ThreadTest::TexSubImage2D
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2749 …pub unsafe fn TexSubImage2D(target: types::GLenum, level: types::GLint, xoffset: types::GLint, yof… in TexSubImage2D() function
5302 pub static mut TexSubImage2D: FnPtr = FnPtr { constant
16823 pub mod TexSubImage2D { module