Searched defs:texStorage3D (Results 1 – 5 of 5) sorted by relevance
367 void GLContext::texStorage3D(uint32_t target, int levels, uint32_t internalFormat, int width, int h… in texStorage3D() function in sglr::GLContext
1824 void ReferenceContext::texStorage3D(uint32_t target, int levels, uint32_t internalFormat, int width… in texStorage3D() function in sglr::ReferenceContext
557 PFNGLTEXSTORAGE3DPROC texStorage3D = nullptr; variable
696 glTexStorage3DFunc texStorage3D; variable
6618 void Context::texStorage3D(TextureType target, in texStorage3D() function in gl::Context