Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSimpleTextureEffect.cpp74 if (!testData->caps()->npotTextureTileSupport()) { in TestCreate()
DGrSimpleTextureEffect.fp63 if (!testData->caps()->npotTextureTileSupport()) {
/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp74 if (!testData->caps()->npotTextureTileSupport()) { in TestCreate()
DGrSimpleTextureEffect.fp63 if (!testData->caps()->npotTextureTileSupport()) {
/external/skia/src/gpu/
DGrCaps.h39 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport() function
DGrGpu.cpp52 if (!caps->npotTextureTileSupport() && in IsACopyNeededForRepeatWrapMode()
/external/skqp/src/gpu/
DGrCaps.h39 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport() function
DGrGpu.cpp53 if (!caps->npotTextureTileSupport() && in IsACopyNeededForRepeatWrapMode()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2953 if (!this->caps()->npotTextureTileSupport()) { in bindTexture()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2940 if (!this->caps()->npotTextureTileSupport()) { in bindTexture()