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

  /external/skia/include/gpu/mock/
GrMockTypes.h 29 fConfigOptions[kRGBA_8888_GrPixelConfig].fTexturable = true;
30 fConfigOptions[kAlpha_8_GrPixelConfig].fTexturable = true;
31 fConfigOptions[kAlpha_8_as_Alpha_GrPixelConfig].fTexturable = true;
32 fConfigOptions[kAlpha_8_as_Red_GrPixelConfig].fTexturable = true;
33 fConfigOptions[kRGB_565_GrPixelConfig].fTexturable = true;
39 bool fTexturable = false;
  /external/skqp/include/gpu/mock/
GrMockTypes.h 27 fConfigOptions[kRGBA_8888_GrPixelConfig].fTexturable = true;
28 fConfigOptions[kAlpha_8_GrPixelConfig].fTexturable = true;
29 fConfigOptions[kAlpha_8_as_Alpha_GrPixelConfig].fTexturable = true;
30 fConfigOptions[kAlpha_8_as_Red_GrPixelConfig].fTexturable = true;
31 fConfigOptions[kRGB_565_GrPixelConfig].fTexturable = true;
37 bool fTexturable = false;
  /external/skqp/src/gpu/mock/
GrMockCaps.h 40 return fOptions.fConfigOptions[config].fTexturable;
  /external/skia/src/gpu/mock/
GrMockCaps.h 38 return fOptions.fConfigOptions[config].fTexturable;
  /external/skia/tests/
GrCCPRTest.cpp 124 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
LazyProxyTest.cpp 185 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
  /external/skqp/tests/
GrCCPRTest.cpp 123 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
LazyProxyTest.cpp 183 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;

Completed in 1502 milliseconds