Searched defs:InitStorage (Results 1 – 3 of 3) sorted by relevance
522 void Buffer::InitStorage(glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GL… in InitStorage() function in gl4cts::BufferStorage::Buffer
1009 void Texture::InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLe… in InitStorage() function in gl4cts::MultiBind::Texture
2332 llvm::PointerIntPair<void *, 2, InitStorageKind> InitStorage; variable