Searched defs:texStorage2D (Results 1 – 5 of 5) sorted by relevance
362 void GLContext::texStorage2D(uint32_t target, int levels, uint32_t internalFormat, int width, int h… in texStorage2D() function in sglr::GLContext
1766 void ReferenceContext::texStorage2D(uint32_t target, int levels, uint32_t internalFormat, int width… in texStorage2D() function in sglr::ReferenceContext
556 PFNGLTEXSTORAGE2DPROC texStorage2D = nullptr; variable
694 glTexStorage2DFunc texStorage2D; variable
6607 void Context::texStorage2D(TextureType target, in texStorage2D() function in gl::Context