Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp367 void GLContext::texStorage3D(uint32_t target, int levels, uint32_t internalFormat, int width, int h… in texStorage3D() function in sglr::GLContext
DsglrReferenceContext.cpp1824 void ReferenceContext::texStorage3D(uint32_t target, int levels, uint32_t internalFormat, int width… in texStorage3D() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h557 PFNGLTEXSTORAGE3DPROC texStorage3D = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl696 glTexStorage3DFunc texStorage3D; variable
/external/angle/src/libANGLE/
DContext.cpp6618 void Context::texStorage3D(TextureType target, in texStorage3D() function in gl::Context