HomeSort by relevance Sort by last modified time
    Searched refs:kCombineWithDst_CoverageOutput (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 130 kCombineWithDst_CoverageOutput,
GrGLProgram.cpp 87 case GrGLProgramDesc::kCombineWithDst_CoverageOutput:
156 if (GrGLProgramDesc::kCombineWithDst_CoverageOutput == header.fCoverageOutput) {
GrGLProgramDesc.cpp 252 header->fCoverageOutput = kCombineWithDst_CoverageOutput;
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 130 kCombineWithDst_CoverageOutput,
GrGLProgram.cpp 87 case GrGLProgramDesc::kCombineWithDst_CoverageOutput:
156 if (GrGLProgramDesc::kCombineWithDst_CoverageOutput == header.fCoverageOutput) {
GrGLProgramDesc.cpp 252 header->fCoverageOutput = kCombineWithDst_CoverageOutput;
  /external/skia/tests/
GLProgramsTest.cpp 118 (!dstRead && kCombineWithDst_CoverageOutput == coverageOutput);

Completed in 477 milliseconds