OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maskDesc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp
220
GrTextureDesc
maskDesc
;
222
maskDesc
.fConfig = kAlpha_8_GrPixelConfig;
224
maskDesc
.fConfig = kRGBA_8888_GrPixelConfig;
226
maskDesc
.fFlags = kRenderTarget_GrTextureFlagBit | kNoStencil_GrTextureFlagBit;
230
maskDesc
.fWidth = bounds.width() + 2;
231
maskDesc
.fHeight = bounds.height() + 2;
232
GrAutoScratchTexture ast(context,
maskDesc
, GrContext::kApprox_ScratchTexMatch);
/external/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp
220
GrTextureDesc
maskDesc
;
222
maskDesc
.fConfig = kAlpha_8_GrPixelConfig;
224
maskDesc
.fConfig = kRGBA_8888_GrPixelConfig;
226
maskDesc
.fFlags = kRenderTarget_GrTextureFlagBit | kNoStencil_GrTextureFlagBit;
230
maskDesc
.fWidth = bounds.width() + 2;
231
maskDesc
.fHeight = bounds.height() + 2;
232
GrAutoScratchTexture ast(context,
maskDesc
, GrContext::kApprox_ScratchTexMatch);
Completed in 33 milliseconds