Home
last modified time | relevance | path

Searched defs:texStorage2D (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp362 void GLContext::texStorage2D(uint32_t target, int levels, uint32_t internalFormat, int width, int h… in texStorage2D() function in sglr::GLContext
DsglrReferenceContext.cpp1767 void ReferenceContext::texStorage2D(uint32_t target, int levels, uint32_t internalFormat, int width… in texStorage2D() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h556 PFNGLTEXSTORAGE2DPROC texStorage2D = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl694 glTexStorage2DFunc texStorage2D; variable
/external/angle/src/libANGLE/
DContext.cpp6607 void Context::texStorage2D(TextureType target, in texStorage2D() function in gl::Context