Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h231 void flushColorWrite(bool writeColor);
DGrGLGpu.cpp1417 this->flushColorWrite(blendInfo.fWriteColor); in flushGLState()
1937 this->flushColorWrite(false); in onStencilPath()
2300 void GrGLGpu::flushColorWrite(bool writeColor) { in flushColorWrite() function in GrGLGpu