Home
last modified time | relevance | path

Searched refs:formatSupportsTexStorage (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h199 bool formatSupportsTexStorage(GrGLFormat) const;
DGrGLGpu.cpp1097 bool useTexStorage = caps.formatSupportsTexStorage(format); in uploadCompressedTexData()
1733 if (this->glCaps().formatSupportsTexStorage(format)) { in createTexture()
DGrGLCaps.cpp4644 bool GrGLCaps::formatSupportsTexStorage(GrGLFormat format) const { in formatSupportsTexStorage() function in GrGLCaps