Home | History | Annotate | Download | only in gl

Lines Matching refs:fConfigTextureSupport

442     fConfigTextureSupport[kAlpha_8_GrPixelConfig] = true;
443 fConfigTextureSupport[kRGB_565_GrPixelConfig] = true;
444 fConfigTextureSupport[kRGBA_4444_GrPixelConfig] = true;
445 fConfigTextureSupport[kRGBA_8888_GrPixelConfig] = true;
455 fConfigTextureSupport[kIndex_8_GrPixelConfig] = true;
463 fConfigTextureSupport[kBGRA_8888_GrPixelConfig] =
467 fConfigTextureSupport[kBGRA_8888_GrPixelConfig] = true;
469 fConfigTextureSupport[kBGRA_8888_GrPixelConfig] = true;
472 SkASSERT(fConfigTextureSupport[kBGRA_8888_GrPixelConfig] ||
498 fConfigTextureSupport[kETC1_GrPixelConfig] = hasETC1;
532 fConfigTextureSupport[kLATC_GrPixelConfig] = hasLATC;