Home
last modified time | relevance | path

Searched defs:TexImage2D (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/gl_tests/
DRobustClientMemoryTest.cpp104 TEST_P(RobustClientMemoryTest, TexImage2D) in TEST_P() argument
DTextureRectangleTest.cpp49 TEST_P(TextureRectangleTest, TexImage2D) in TEST_P() argument
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp404 TEST_P(GLES1CovglTest, TexImage2D) in TEST_P() argument
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1017 class TexImage2D : public Operation class
1034 TexImage2D::TexImage2D(SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width… in TexImage2D() function in deqp::egl::GLES2ThreadTest::TexImage2D
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2708 …pub unsafe fn TexImage2D(target: types::GLenum, level: types::GLint, internalformat: types::GLint,… in TexImage2D() function
5238 pub static mut TexImage2D: FnPtr = FnPtr { variable
16487 pub mod TexImage2D { module