Home
last modified time | relevance | path

Searched defs:TexStorage2D (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DTextureRectangleTest.cpp119 TEST_P(TextureRectangleTest, TexStorage2D) in TEST_P() argument
129 auto TexStorage2D = [useES3](GLenum target, GLint levels, GLenum format, GLint width, in TEST_P() local
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2735 …pub unsafe fn TexStorage2D(target: types::GLenum, levels: types::GLsizei, internalformat: types::G… in TexStorage2D() function
5282 pub static mut TexStorage2D: FnPtr = FnPtr { constant
16718 pub mod TexStorage2D { module