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

  /frameworks/base/libs/hwui/
ProgramCache.h 61 const bool mHasES3;
ProgramCache.cpp 402 ProgramCache::ProgramCache(): mHasES3(Extensions::getInstance().getMajorGlVersion() >= 3) {
646 gFS_Main_Dither[mHasES3]);
649 gFS_Main_Dither[mHasES3]);
703 shader.appendFormat(gFS_Main_AddDitherToGradient, gFS_Main_Dither[mHasES3]);
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 120 mHasES3 = Extensions::getInstance().getMajorGlVersion() >= 3;
207 uint32_t x = mHasES3 ? dirtyRect.left : 0;
209 uint32_t width = mHasES3 ? dirtyRect.getWidth() : mWidth;
214 if (mHasES3) {
222 return mHasES3;
CacheTexture.h 183 bool mHasES3;

Completed in 35 milliseconds