Lines Matching refs:fConfigTextureSupport

520     fConfigTextureSupport[kAlpha_8_GrPixelConfig] = true;  in initConfigTexturableTable()
521 fConfigTextureSupport[kRGB_565_GrPixelConfig] = true; in initConfigTexturableTable()
522 fConfigTextureSupport[kRGBA_4444_GrPixelConfig] = true; in initConfigTexturableTable()
523 fConfigTextureSupport[kRGBA_8888_GrPixelConfig] = true; in initConfigTexturableTable()
533 fConfigTextureSupport[kIndex_8_GrPixelConfig] = true; in initConfigTexturableTable()
541 fConfigTextureSupport[kBGRA_8888_GrPixelConfig] = in initConfigTexturableTable()
545 fConfigTextureSupport[kBGRA_8888_GrPixelConfig] = true; in initConfigTexturableTable()
547 fConfigTextureSupport[kBGRA_8888_GrPixelConfig] = true; in initConfigTexturableTable()
550 SkASSERT(fConfigTextureSupport[kBGRA_8888_GrPixelConfig] || in initConfigTexturableTable()
556 fConfigTextureSupport[kSRGBA_8888_GrPixelConfig] = in initConfigTexturableTable()
559 fConfigTextureSupport[kSRGBA_8888_GrPixelConfig] = in initConfigTexturableTable()
588 fConfigTextureSupport[kETC1_GrPixelConfig] = hasETC1; in initConfigTexturableTable()
622 fConfigTextureSupport[kLATC_GrPixelConfig] = hasLATC; in initConfigTexturableTable()
629 fConfigTextureSupport[kR11_EAC_GrPixelConfig] = version >= GR_GL_VER(3, 0); in initConfigTexturableTable()
633 fConfigTextureSupport[kASTC_12x12_GrPixelConfig] = in initConfigTexturableTable()
649 fConfigTextureSupport[kRGBA_float_GrPixelConfig] = hasFPTextures; in initConfigTexturableTable()
662 fConfigTextureSupport[kAlpha_half_GrPixelConfig] = hasHalfFPTextures; in initConfigTexturableTable()