Home
last modified time | relevance | path

Searched refs:regenerateMipMapLevels (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTextureResolveRenderTask.cpp57 flushState->gpu()->regenerateMipMapLevels(texture); in onExecute()
DGrGpu.h179 bool regenerateMipMapLevels(GrTexture*);
DGrGpu.cpp515 bool GrGpu::regenerateMipMapLevels(GrTexture* texture) { in regenerateMipMapLevels() function in GrGpu
DGrDrawingManager.cpp521 gpu->regenerateMipMapLevels(textureProxy->peekTexture()); in flushSurfaces()
/third_party/skia/src/gpu/
DGrTextureResolveRenderTask.cpp84 flushState->gpu()->regenerateMipMapLevels(texture); in onExecute()
DGrGpu.h215 bool regenerateMipMapLevels(GrTexture*);
DGrDrawingManager.cpp502 gpu->regenerateMipMapLevels(textureProxy->peekTexture()); in resolve_and_mipmap()
DGrGpu.cpp579 bool GrGpu::regenerateMipMapLevels(GrTexture* texture) { in regenerateMipMapLevels() function in GrGpu
/third_party/skia/tests/
DGrSurfaceTest.cpp430 dContext->priv().getGpu()->regenerateMipMapLevels(proxy->peekTexture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm131 fGpu->regenerateMipMapLevels(texture);
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp755 fGpu->regenerateMipMapLevels(vkTexture); in onDraw()
/third_party/flutter/skia/tests/
DGrSurfaceTest.cpp450 context->priv().getGpu()->regenerateMipMapLevels(proxy->peekTexture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp1887 this->regenerateMipMapLevels(tex); in resolveAndGenerateMipMapsForProcessorTextures()