Home
last modified time | relevance | path

Searched defs:hasMipLevels (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockTexture.h17 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, bool hasMipLevels, in GrMockTexture()
38 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, bool hasMipLevels, in GrMockTexture()
58 bool hasMipLevels, const GrMockTextureInfo& texInfo) in GrMockTextureRenderTarget()
DGrMockGpu.cpp56 bool hasMipLevels = mipLevelCount > 1; in onCreateTexture() local