Home
last modified time | relevance | path

Searched refs:hasLATC (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.cpp592 bool hasLATC = hasCompressTex2D && in initConfigTexturableTable() local
597 if (!hasLATC) { in initConfigTexturableTable()
600 hasLATC = version >= GR_GL_VER(3, 0); in initConfigTexturableTable()
603 if (!hasLATC) { in initConfigTexturableTable()
604 hasLATC = in initConfigTexturableTable()
609 if (hasLATC) { in initConfigTexturableTable()
615 if (!hasLATC) { in initConfigTexturableTable()
616 hasLATC = ctxInfo.hasExtension("GL_AMD_compressed_3DC_texture"); in initConfigTexturableTable()
617 if (hasLATC) { in initConfigTexturableTable()
622 fConfigTextureSupport[kLATC_GrPixelConfig] = hasLATC; in initConfigTexturableTable()