Home
last modified time | relevance | path

Searched refs:texStorageSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h223 bool texStorageSupport() const { return fTexStorageSupport; } in texStorageSupport() function
DGrGLGpu.cpp603 this->glCaps().texStorageSupport(); in uploadTexData()