Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h141 bool textureSwizzleSupport() const { return fTextureSwizzleSupport; } in textureSwizzleSupport() function
DGrGpuGLShaders.cpp1121 if (!this->glCaps().textureSwizzleSupport()) { in buildProgram()
DGrGpuGL.cpp2055 if (this->glCaps().textureSwizzleSupport() && in flushGLStateCommon()