Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2685 …pub unsafe fn TexBuffer(target: types::GLenum, internalformat: types::GLenum, buffer: types::GLuin… in TexBuffer() function
5194 pub static mut TexBuffer: FnPtr = FnPtr { constant
16256 pub mod TexBuffer { module
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp3473 void Texture::TexBuffer(const Functions &gl, GLenum internal_format, GLuint &buffer_id) in TexBuffer() function in gl4cts::EnhancedLayouts::Utils::Texture