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

  /external/skqp/src/gpu/
GrCaps.cpp 187 static const char* kBlendEquationSupportNames[] = {
195 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1);
198 kBlendEquationSupportNames[fBlendEquationSupport]);
  /external/skia/src/gpu/
GrCaps.cpp 190 static const char* kBlendEquationSupportNames[] = {
198 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1);
201 kBlendEquationSupportNames[fBlendEquationSupport]);

Completed in 128 milliseconds