Searched defs:hasMipLevels (Results 1 – 2 of 2) sorted by relevance
17 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()
56 bool hasMipLevels = mipLevelCount > 1; in onCreateTexture() local