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 400 static const bool gCoeffReferencesBlendConst[] = {
425 return gCoeffReferencesBlendConst[coeff];
426 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 396 static const bool gCoeffReferencesBlendConst[] = {
421 return gCoeffReferencesBlendConst[coeff];
422 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 133 static const bool gCoeffReferencesBlendConst[] = {
158 return gCoeffReferencesBlendConst[coeff];
159 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 134 static const bool gCoeffReferencesBlendConst[] = {
159 return gCoeffReferencesBlendConst[coeff];
160 GR_STATIC_ASSERT(kGrBlendCoeffCnt == SK_ARRAY_COUNT(gCoeffReferencesBlendConst));
    [all...]

Completed in 1699 milliseconds