Searched refs:kCombineWithDst_CoverageOutput (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.h131 kCombineWithDst_CoverageOutput, enumerator in enum:GrGLProgramDesc::CoverageOutput
H A DGrGLProgramDesc.cpp248 header->fCoverageOutput = kCombineWithDst_CoverageOutput;
H A DGrGLProgram.cpp73 case GrGLProgramDesc::kCombineWithDst_CoverageOutput:
H A DGrGLShaderBuilder.cpp234 if (GrGLProgramDesc::kCombineWithDst_CoverageOutput == header.fCoverageOutput) {
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h131 kCombineWithDst_CoverageOutput, enumerator in enum:GrGLProgramDesc::CoverageOutput
H A DGrGLProgramDesc.cpp248 header->fCoverageOutput = kCombineWithDst_CoverageOutput;
H A DGrGLProgram.cpp73 case GrGLProgramDesc::kCombineWithDst_CoverageOutput:
H A DGrGLShaderBuilder.cpp234 if (GrGLProgramDesc::kCombineWithDst_CoverageOutput == header.fCoverageOutput) {
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp116 (!dstRead && kCombineWithDst_CoverageOutput == coverageOutput);
/external/skia/tests/
H A DGLProgramsTest.cpp116 (!dstRead && kCombineWithDst_CoverageOutput == coverageOutput);

Completed in 165 milliseconds