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

  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 325 static const bool gCoeffReferencesBlendConst[] = {
347 return gCoeffReferencesBlendConst[coeff];
348 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 325 static const bool gCoeffReferencesBlendConst[] = {
347 return gCoeffReferencesBlendConst[coeff];
348 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 127 static const bool gCoeffReferencesBlendConst[] = {
149 return gCoeffReferencesBlendConst[coeff];
150 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 127 static const bool gCoeffReferencesBlendConst[] = {
149 return gCoeffReferencesBlendConst[coeff];
150 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
    [all...]

Completed in 527 milliseconds