HomeSort by relevance Sort by last modified time
    Searched refs:replaceRenderTargetContext (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
SkGpuDevice.h 66 void replaceRenderTargetContext(bool shouldRetainContent);
SkGpuDevice.cpp 243 void SkGpuDevice::replaceRenderTargetContext(bool shouldRetainContent) {
    [all...]
  /external/skqp/src/gpu/
SkGpuDevice.h 66 void replaceRenderTargetContext(bool shouldRetainContent);
SkGpuDevice.cpp 239 void SkGpuDevice::replaceRenderTargetContext(bool shouldRetainContent) {
    [all...]
  /external/skia/src/image/
SkSurface_Gpu.cpp 147 fDevice->replaceRenderTargetContext(SkSurface::kRetain_ContentChangeMode == mode);
  /external/skqp/src/image/
SkSurface_Gpu.cpp 143 fDevice->replaceRenderTargetContext(SkSurface::kRetain_ContentChangeMode == mode);

Completed in 117 milliseconds