Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1221 if (this->textureRedSupport()) { in getExternalFormat()
1442 if (this->textureRedSupport()) { in initConfigTable()
1458 if (this->textureRedSupport() || kDesktop_ARB_MSFBOType == this->msFBOType()) { in initConfigTable()
1512 if (this->textureRedSupport()) { in initConfigTable()
1536 (this->textureRedSupport() && in initConfigTable()
1727 if (this->textureRedSupport()) { in initConfigTable()
DGrGLCaps.h281 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport() function