Rename GrContextPriv to GrDirectContextPriv
Change-Id: I3fccadd8a2860dbee73f93f995738146373f8a39 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/326196 Commit-Queue: Adlai Holler <adlai@google.com> Auto-Submit: Adlai Holler <adlai@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
parent
27f283f250
commit
a069304560
@ -9,7 +9,7 @@
|
||||
|
||||
#include "include/core/SkCanvas.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrGpuResource.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "include/core/SkImage.h"
|
||||
#include "include/core/SkSurface.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "tools/ToolUtils.h"
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "bench/SKPBench.h"
|
||||
#include "include/core/SkSurface.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "tools/flags/CommandLineFlags.h"
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "bench/Benchmark.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/core/SkPathPriv.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrOpFlushState.h"
|
||||
#include "src/gpu/tessellate/GrMiddleOutPolygonTriangulator.h"
|
||||
#include "src/gpu/tessellate/GrPathTessellateOp.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/private/SkHalf.h"
|
||||
#include "src/core/SkColorSpacePriv.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
#include "src/gpu/GrProgramInfo.h"
|
||||
|
@ -73,7 +73,7 @@ extern bool gSkVMJITViaDylib;
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/SkGr.h"
|
||||
#include "src/gpu/gl/GrGLDefines.h"
|
||||
#include "src/gpu/gl/GrGLGpu.h"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "src/core/SkRecordDraw.h"
|
||||
#include "src/core/SkRecorder.h"
|
||||
#include "src/core/SkTaskGroup.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/utils/SkMultiPictureDocumentPriv.h"
|
||||
#include "src/utils/SkOSPath.h"
|
||||
|
@ -52,7 +52,7 @@
|
||||
#ifdef SK_GL
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/gpu/gl/GrGLFunctions.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/gl/GrGLGpu.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
#include "tools/gpu/GrContextFactory.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "src/core/SkGeometry.h"
|
||||
#include "src/core/SkPointPriv.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
#include "src/gpu/GrOpFlushState.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "src/gpu/GrBuffer.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrColorSpaceXform.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrGpuBuffer.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "include/gpu/GrTypes.h"
|
||||
#include "include/private/SkTArray.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/image/SkImage_Base.h"
|
||||
#include "src/image/SkImage_Gpu.h"
|
||||
#include "tools/ToolUtils.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/private/GrTypesPriv.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "tools/ToolUtils.h"
|
||||
|
||||
class GrRenderTargetContext;
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "include/private/GrTypesPriv.h"
|
||||
#include "include/private/SkTemplates.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "tools/ToolUtils.h"
|
||||
|
||||
class GrRenderTargetContext;
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "include/core/SkFont.h"
|
||||
#include "include/effects/SkRuntimeEffect.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
#include "src/gpu/glsl/GrGLSLFragmentShaderBuilder.h"
|
||||
#include "src/gpu/ops/GrFillRectOp.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "include/core/SkTypes.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrFragmentProcessor.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "include/private/GrTypesPriv.h"
|
||||
#include "src/gpu/GrBuffer.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrGpuBuffer.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "include/core/SkPath.h"
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/gpu/GrTypes.h"
|
||||
#include "src/core/SkAutoPixmapStorage.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/gl/GrGLCaps.h"
|
||||
#include "src/gpu/gl/GrGLDefines.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "include/effects/SkGradientShader.h"
|
||||
#include "src/core/SkMatrixProvider.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
#include "src/gpu/glsl/GrGLSLFragmentShaderBuilder.h"
|
||||
#include "src/gpu/ops/GrFillRectOp.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "include/effects/SkGradientShader.h"
|
||||
#include "src/core/SkMatrixProvider.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
#include "src/gpu/glsl/GrGLSLFragmentShaderBuilder.h"
|
||||
#include "src/gpu/ops/GrFillRectOp.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "src/gpu/GrBuffer.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrColorSpaceXform.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
#include "src/gpu/GrOpFlushState.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "include/core/SkRect.h"
|
||||
#include "include/core/SkTypes.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrFragmentProcessor.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "gm/gm.h"
|
||||
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
#include "src/gpu/GrOpFlushState.h"
|
||||
#include "src/gpu/GrOpsRenderPass.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "include/private/GrTypesPriv.h"
|
||||
#include "include/private/SkTArray.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "include/core/SkYUVAIndex.h"
|
||||
#include "include/private/GrTypesPriv.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrFragmentProcessor.h"
|
||||
#include "src/gpu/GrPaint.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
|
@ -72,8 +72,6 @@ skia_gpu_sources = [
|
||||
"$_src/gpu/GrColorSpaceXform.cpp",
|
||||
"$_src/gpu/GrColorSpaceXform.h",
|
||||
"$_src/gpu/GrContext.cpp",
|
||||
"$_src/gpu/GrContextPriv.cpp",
|
||||
"$_src/gpu/GrContextPriv.h",
|
||||
"$_src/gpu/GrContextThreadSafeProxy.cpp",
|
||||
"$_src/gpu/GrContextThreadSafeProxyPriv.h",
|
||||
"$_src/gpu/GrContext_Base.cpp",
|
||||
@ -88,6 +86,8 @@ skia_gpu_sources = [
|
||||
"$_src/gpu/GrDeferredProxyUploader.h",
|
||||
"$_src/gpu/GrDeferredUpload.h",
|
||||
"$_src/gpu/GrDirectContext.cpp",
|
||||
"$_src/gpu/GrDirectContextPriv.cpp",
|
||||
"$_src/gpu/GrDirectContextPriv.h",
|
||||
"$_src/gpu/GrDistanceFieldGenFromVector.cpp",
|
||||
"$_src/gpu/GrDistanceFieldGenFromVector.h",
|
||||
"$_src/gpu/GrDrawOpAtlas.cpp",
|
||||
|
@ -18,7 +18,7 @@
|
||||
class GrAtlasManager;
|
||||
class GrBackendSemaphore;
|
||||
class GrClientMappedBufferManager;
|
||||
class GrContextPriv;
|
||||
class GrDirectContextPriv;
|
||||
class GrContextThreadSafeProxy;
|
||||
struct GrD3DBackendContext;
|
||||
class GrFragmentProcessor;
|
||||
@ -718,8 +718,8 @@ public:
|
||||
#endif
|
||||
|
||||
// Provides access to functions that aren't part of the public API.
|
||||
GrContextPriv priv();
|
||||
const GrContextPriv priv() const; // NOLINT(readability-const-return-type)
|
||||
GrDirectContextPriv priv();
|
||||
const GrDirectContextPriv priv() const; // NOLINT(readability-const-return-type)
|
||||
|
||||
protected:
|
||||
GrDirectContext(GrBackendApi backend, const GrContextOptions& options);
|
||||
@ -754,7 +754,7 @@ private:
|
||||
|
||||
std::unique_ptr<GrSmallPathAtlasMgr> fSmallPathAtlasMgr;
|
||||
|
||||
friend class GrContextPriv;
|
||||
friend class GrDirectContextPriv;
|
||||
|
||||
using INHERITED = GrContext;
|
||||
};
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
SkRandom gRand;
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "samplecode/Sample.h"
|
||||
#include "src/core/SkRectPriv.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
#include "src/gpu/GrOnFlushResourceProvider.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
static sk_sp<SkTypeface> chinese_typeface() {
|
||||
|
@ -14,7 +14,7 @@
|
||||
class SkSurfaceCharacterization;
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRenderTask.h"
|
||||
#include "src/gpu/ccpr/GrCCPerOpsTaskPaths.h"
|
||||
#endif
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrColorInfo.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/SkGr.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#if SK_SUPPORT_GPU
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrColorSpaceXform.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/GrTextureProxy.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/GrTexture.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "include/gpu/gl/GrGLTypes.h"
|
||||
#include "src/core/SkMessageBus.h"
|
||||
#include "src/gpu/GrAHardwareBufferUtils.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrResourceCache.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/gpu/gl/GrGLTypes.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/gl/GrGLDefines.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/core/SkMessageBus.h"
|
||||
#include "src/gpu/GrBackendTextureImageGenerator.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrFixedClip.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
#include <memory>
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrCpuBuffer.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrGpuBuffer.h"
|
||||
#include "src/gpu/GrResourceProvider.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "src/core/SkRectPriv.h"
|
||||
#include "src/core/SkTaskGroup.h"
|
||||
#include "src/gpu/GrClip.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDeferredProxyUploader.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/gpu/GrAppliedClip.h"
|
||||
#include "src/gpu/GrAttachment.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDeferredProxyUploader.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "include/gpu/GrContextThreadSafeProxy.h"
|
||||
#include "src/core/SkTaskGroup.h"
|
||||
#include "src/gpu/GrClientMappedBufferManager.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrContextThreadSafeProxyPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrResourceProvider.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
|
||||
#include "include/gpu/GrContextThreadSafeProxy.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
@ -30,21 +30,20 @@
|
||||
SkASSERT(!(P) || !((P)->peekTexture()) || (P)->peekTexture()->getContext() == fContext)
|
||||
#define ASSERT_SINGLE_OWNER GR_ASSERT_SINGLE_OWNER(fContext->singleOwner())
|
||||
#define RETURN_VALUE_IF_ABANDONED(value) if (fContext->abandoned()) { return (value); }
|
||||
#define RETURN_IF_ABANDONED RETURN_VALUE_IF_ABANDONED(void)
|
||||
|
||||
sk_sp<const GrCaps> GrContextPriv::refCaps() const {
|
||||
sk_sp<const GrCaps> GrDirectContextPriv::refCaps() const {
|
||||
return fContext->refCaps();
|
||||
}
|
||||
|
||||
void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
|
||||
void GrDirectContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
|
||||
fContext->addOnFlushCallbackObject(onFlushCBObject);
|
||||
}
|
||||
|
||||
GrSemaphoresSubmitted GrContextPriv::flushSurfaces(GrSurfaceProxy* proxies[], int numProxies,
|
||||
const GrFlushInfo& info) {
|
||||
GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces(GrSurfaceProxy* proxies[], int numProxies,
|
||||
const GrFlushInfo& info) {
|
||||
ASSERT_SINGLE_OWNER
|
||||
RETURN_VALUE_IF_ABANDONED(GrSemaphoresSubmitted::kNo)
|
||||
GR_CREATE_TRACE_MARKER_CONTEXT("GrContextPriv", "flushSurfaces", fContext);
|
||||
GR_CREATE_TRACE_MARKER_CONTEXT("GrDirectContextPriv", "flushSurfaces", fContext);
|
||||
SkASSERT(numProxies >= 0);
|
||||
SkASSERT(!numProxies || proxies);
|
||||
for (int i = 0; i < numProxies; ++i) {
|
||||
@ -55,16 +54,16 @@ GrSemaphoresSubmitted GrContextPriv::flushSurfaces(GrSurfaceProxy* proxies[], in
|
||||
proxies, numProxies, SkSurface::BackendSurfaceAccess::kNoAccess, info, nullptr);
|
||||
}
|
||||
|
||||
void GrContextPriv::flushSurface(GrSurfaceProxy* proxy) {
|
||||
void GrDirectContextPriv::flushSurface(GrSurfaceProxy* proxy) {
|
||||
this->flushSurfaces(proxy ? &proxy : nullptr, proxy ? 1 : 0, {});
|
||||
}
|
||||
|
||||
void GrContextPriv::copyRenderTasksFromDDL(sk_sp<const SkDeferredDisplayList> ddl,
|
||||
GrRenderTargetProxy* newDest) {
|
||||
void GrDirectContextPriv::copyRenderTasksFromDDL(sk_sp<const SkDeferredDisplayList> ddl,
|
||||
GrRenderTargetProxy* newDest) {
|
||||
fContext->drawingManager()->copyRenderTasksFromDDL(std::move(ddl), newDest);
|
||||
}
|
||||
|
||||
bool GrContextPriv::compile(const GrProgramDesc& desc, const GrProgramInfo& info) {
|
||||
bool GrDirectContextPriv::compile(const GrProgramDesc& desc, const GrProgramInfo& info) {
|
||||
GrGpu* gpu = this->getGpu();
|
||||
if (!gpu) {
|
||||
return false;
|
||||
@ -77,79 +76,80 @@ bool GrContextPriv::compile(const GrProgramDesc& desc, const GrProgramInfo& info
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
#if GR_TEST_UTILS
|
||||
|
||||
void GrContextPriv::dumpCacheStats(SkString* out) const {
|
||||
void GrDirectContextPriv::dumpCacheStats(SkString* out) const {
|
||||
#if GR_CACHE_STATS
|
||||
fContext->fResourceCache->dumpStats(out);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys,
|
||||
SkTArray<double>* values) const {
|
||||
void GrDirectContextPriv::dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys,
|
||||
SkTArray<double>* values) const {
|
||||
#if GR_CACHE_STATS
|
||||
fContext->fResourceCache->dumpStatsKeyValuePairs(keys, values);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::printCacheStats() const {
|
||||
void GrDirectContextPriv::printCacheStats() const {
|
||||
SkString out;
|
||||
this->dumpCacheStats(&out);
|
||||
SkDebugf("%s", out.c_str());
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
void GrContextPriv::resetGpuStats() const {
|
||||
void GrDirectContextPriv::resetGpuStats() const {
|
||||
#if GR_GPU_STATS
|
||||
fContext->fGpu->stats()->reset();
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::dumpGpuStats(SkString* out) const {
|
||||
void GrDirectContextPriv::dumpGpuStats(SkString* out) const {
|
||||
#if GR_GPU_STATS
|
||||
return fContext->fGpu->stats()->dump(out);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys,
|
||||
SkTArray<double>* values) const {
|
||||
void GrDirectContextPriv::dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys,
|
||||
SkTArray<double>* values) const {
|
||||
#if GR_GPU_STATS
|
||||
return fContext->fGpu->stats()->dumpKeyValuePairs(keys, values);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::printGpuStats() const {
|
||||
void GrDirectContextPriv::printGpuStats() const {
|
||||
SkString out;
|
||||
this->dumpGpuStats(&out);
|
||||
SkDebugf("%s", out.c_str());
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
void GrContextPriv::resetContextStats() const {
|
||||
void GrDirectContextPriv::resetContextStats() const {
|
||||
#if GR_GPU_STATS
|
||||
fContext->stats()->reset();
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::dumpContextStats(SkString* out) const {
|
||||
void GrDirectContextPriv::dumpContextStats(SkString* out) const {
|
||||
#if GR_GPU_STATS
|
||||
return fContext->stats()->dump(out);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::dumpContextStatsKeyValuePairs(SkTArray<SkString>* keys,
|
||||
SkTArray<double>* values) const {
|
||||
void GrDirectContextPriv::dumpContextStatsKeyValuePairs(SkTArray<SkString>* keys,
|
||||
SkTArray<double>* values) const {
|
||||
#if GR_GPU_STATS
|
||||
return fContext->stats()->dumpKeyValuePairs(keys, values);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GrContextPriv::printContextStats() const {
|
||||
void GrDirectContextPriv::printContextStats() const {
|
||||
SkString out;
|
||||
this->dumpContextStats(&out);
|
||||
SkDebugf("%s", out.c_str());
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
sk_sp<SkImage> GrContextPriv::testingOnly_getFontAtlasImage(GrMaskFormat format, unsigned int index) {
|
||||
sk_sp<SkImage> GrDirectContextPriv::testingOnly_getFontAtlasImage(GrMaskFormat format,
|
||||
unsigned int index) {
|
||||
auto atlasManager = this->getAtlasManager();
|
||||
if (!atlasManager) {
|
||||
return nullptr;
|
||||
@ -168,26 +168,23 @@ sk_sp<SkImage> GrContextPriv::testingOnly_getFontAtlasImage(GrMaskFormat format,
|
||||
return image;
|
||||
}
|
||||
|
||||
void GrContextPriv::testingOnly_purgeAllUnlockedResources() {
|
||||
void GrDirectContextPriv::testingOnly_purgeAllUnlockedResources() {
|
||||
fContext->fResourceCache->purgeAllUnlocked();
|
||||
}
|
||||
|
||||
void GrContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject* cb) {
|
||||
fContext->asDirectContext()->flushAndSubmit();
|
||||
void GrDirectContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(
|
||||
GrOnFlushCallbackObject* cb) {
|
||||
fContext->flushAndSubmit();
|
||||
fContext->drawingManager()->testingOnly_removeOnFlushCallbackObject(cb);
|
||||
}
|
||||
#endif
|
||||
|
||||
bool GrContextPriv::validPMUPMConversionExists() {
|
||||
bool GrDirectContextPriv::validPMUPMConversionExists() {
|
||||
ASSERT_SINGLE_OWNER
|
||||
|
||||
// CONTEXT TODO: remove this downcast when this class becomes GrDirectContextPriv
|
||||
auto direct = GrAsDirectContext(fContext);
|
||||
SkASSERT(direct);
|
||||
|
||||
if (!fContext->fDidTestPMConversions) {
|
||||
fContext->fPMUPMConversionsRoundTrip =
|
||||
GrConfigConversionEffect::TestForPreservingPMConversions(direct);
|
||||
GrConfigConversionEffect::TestForPreservingPMConversions(fContext);
|
||||
fContext->fDidTestPMConversions = true;
|
||||
}
|
||||
|
||||
@ -195,7 +192,7 @@ bool GrContextPriv::validPMUPMConversionExists() {
|
||||
return fContext->fPMUPMConversionsRoundTrip;
|
||||
}
|
||||
|
||||
std::unique_ptr<GrFragmentProcessor> GrContextPriv::createPMToUPMEffect(
|
||||
std::unique_ptr<GrFragmentProcessor> GrDirectContextPriv::createPMToUPMEffect(
|
||||
std::unique_ptr<GrFragmentProcessor> fp) {
|
||||
ASSERT_SINGLE_OWNER
|
||||
// We should have already called this->priv().validPMUPMConversionExists() in this case
|
||||
@ -206,7 +203,7 @@ std::unique_ptr<GrFragmentProcessor> GrContextPriv::createPMToUPMEffect(
|
||||
return GrConfigConversionEffect::Make(std::move(fp), PMConversion::kToUnpremul);
|
||||
}
|
||||
|
||||
std::unique_ptr<GrFragmentProcessor> GrContextPriv::createUPMToPMEffect(
|
||||
std::unique_ptr<GrFragmentProcessor> GrDirectContextPriv::createUPMToPMEffect(
|
||||
std::unique_ptr<GrFragmentProcessor> fp) {
|
||||
ASSERT_SINGLE_OWNER
|
||||
// We should have already called this->priv().validPMUPMConversionExists() in this case
|
@ -5,8 +5,8 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef GrContextPriv_DEFINED
|
||||
#define GrContextPriv_DEFINED
|
||||
#ifndef GrDirectContextPriv_DEFINED
|
||||
#define GrDirectContextPriv_DEFINED
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
|
||||
@ -22,11 +22,10 @@ class GrSurfaceProxy;
|
||||
class SkDeferredDisplayList;
|
||||
class SkTaskGroup;
|
||||
|
||||
/** TODO: Rename to GrDirectContextPriv.
|
||||
Class that adds methods to GrDirectContext that are only intended for use internal to Skia.
|
||||
This class is purely a privileged window into GrContext. It should never have additional
|
||||
/** Class that adds methods to GrDirectContext that are only intended for use internal to Skia.
|
||||
This class is purely a privileged window into GrDirectContext. It should never have additional
|
||||
data members or virtual methods. */
|
||||
class GrContextPriv {
|
||||
class GrDirectContextPriv {
|
||||
public:
|
||||
|
||||
// from GrContext_Base
|
||||
@ -169,23 +168,24 @@ public:
|
||||
#endif
|
||||
|
||||
private:
|
||||
explicit GrContextPriv(GrDirectContext* context) : fContext(context) {}
|
||||
GrContextPriv(const GrContextPriv&) = delete;
|
||||
GrContextPriv& operator=(const GrContextPriv&) = delete;
|
||||
explicit GrDirectContextPriv(GrDirectContext* context) : fContext(context) {}
|
||||
GrDirectContextPriv(const GrDirectContextPriv&) = delete;
|
||||
GrDirectContextPriv& operator=(const GrDirectContextPriv&) = delete;
|
||||
|
||||
// No taking addresses of this type.
|
||||
const GrContextPriv* operator&() const;
|
||||
GrContextPriv* operator&();
|
||||
const GrDirectContextPriv* operator&() const;
|
||||
GrDirectContextPriv* operator&();
|
||||
|
||||
GrDirectContext* fContext;
|
||||
|
||||
friend class GrDirectContext; // to construct/copy this type.
|
||||
};
|
||||
|
||||
inline GrContextPriv GrDirectContext::priv() { return GrContextPriv(this); }
|
||||
inline GrDirectContextPriv GrDirectContext::priv() { return GrDirectContextPriv(this); }
|
||||
|
||||
inline const GrContextPriv GrDirectContext::priv() const { // NOLINT(readability-const-return-type)
|
||||
return GrContextPriv(const_cast<GrDirectContext*>(this));
|
||||
// NOLINTNEXTLINE(readability-const-return-type)
|
||||
inline const GrDirectContextPriv GrDirectContext::priv() const {
|
||||
return GrDirectContextPriv(const_cast<GrDirectContext*>(this));
|
||||
}
|
||||
|
||||
#endif
|
@ -17,8 +17,8 @@
|
||||
#include "src/core/SkTTopoSort.h"
|
||||
#include "src/gpu/GrAuditTrail.h"
|
||||
#include "src/gpu/GrClientMappedBufferManager.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrCopyRenderTask.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrMemoryPool.h"
|
||||
#include "src/gpu/GrOnFlushResourceProvider.h"
|
||||
|
@ -204,7 +204,7 @@ private:
|
||||
|
||||
friend class GrContext; // access to: flush & cleanup
|
||||
friend class GrDirectContext; // access to: flush & cleanup
|
||||
friend class GrContextPriv; // access to: flush
|
||||
friend class GrDirectContextPriv; // access to: flush
|
||||
friend class GrOnFlushResourceProvider; // this is just a shallow wrapper around this class
|
||||
friend class GrRecordingContext; // access to: ctor
|
||||
friend class SkImage; // for access to: flush
|
||||
|
@ -18,8 +18,8 @@
|
||||
#include "src/gpu/GrAuditTrail.h"
|
||||
#include "src/gpu/GrBackendUtils.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
#include "src/gpu/GrNativeRect.h"
|
||||
#include "src/gpu/GrPathRendering.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "include/core/SkTraceMemoryDump.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrGpuResource.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/core/SkConvertPixels.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawOpAtlas.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrImageInfo.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrShaderCaps.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "src/core/SkMipmap.h"
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrImageContextPriv.h"
|
||||
#include "src/gpu/GrRenderTarget.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
|
@ -31,8 +31,8 @@
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrClip.h"
|
||||
#include "src/gpu/GrColor.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
#include "src/gpu/GrImageContextPriv.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
// Deferred version
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "src/core/SkScopeExit.h"
|
||||
#include "src/core/SkTSort.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpuResourceCacheAccess.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrTexture.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "src/gpu/GrRingBuffer.h"
|
||||
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrResourceProvider.h"
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include "src/gpu/GrAuditTrail.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrClip.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDeferredProxyUploader.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
#include "src/gpu/GrOpFlushState.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "src/gpu/GrStagingBufferManager.h"
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrResourceProvider.h"
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include "src/core/SkAutoPixmapStorage.h"
|
||||
#include "src/core/SkYUVMath.h"
|
||||
#include "src/gpu/GrAuditTrail.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrImageInfo.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRenderTarget.h"
|
||||
|
||||
static bool is_valid_lazy(const SkISize& dimensions, SkBackingFit fit) {
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
void GrTexture::markMipmapsDirty() {
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "src/core/SkMipmap.h"
|
||||
#include "src/core/SkRectPriv.h"
|
||||
#include "src/gpu/GrClip.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
#include "src/gpu/GrTextureProxyPriv.h"
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDeferredProxyUploader.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrSurface.h"
|
||||
#include "src/gpu/GrTexture.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
// Deferred version
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "src/gpu/GrThreadSafeCache.h"
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/GrResourceCache.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
GrD3DOpsRenderPass::GrD3DOpsRenderPass(GrD3DGpu* gpu) : fGpu(gpu) {}
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "include/gpu/d3d/GrD3DTypes.h"
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/gpu/GrAutoLocaleSetter.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPersistentCacheUtils.h"
|
||||
#include "src/gpu/GrShaderCaps.h"
|
||||
#include "src/gpu/GrShaderUtils.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "include/private/SkOpts_spi.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/d3d/GrD3DBuffer.h"
|
||||
#include "src/gpu/d3d/GrD3DCommandList.h"
|
||||
#include "src/gpu/d3d/GrD3DGpu.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#include "src/gpu/d3d/GrD3DUtil.h"
|
||||
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/d3d/GrD3DGpu.h"
|
||||
#include "src/sksl/SkSLCompiler.h"
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/core/SkConvertPixels.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrGpuResourceCacheAccess.h"
|
||||
#include "src/gpu/GrPipeline.h"
|
||||
|
@ -10,7 +10,7 @@ in fragmentProcessor inputFP;
|
||||
@header {
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrImageInfo.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "include/private/SkHalf.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrTexture.h"
|
||||
|
@ -42,7 +42,7 @@ uniform half blurRadius;
|
||||
#include "src/core/SkRRectPriv.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPaint.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrImageInfo.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "src/core/SkRRectPriv.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPaint.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
|
@ -21,9 +21,9 @@
|
||||
#include "src/core/SkMipmap.h"
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/gpu/GrBackendUtils.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrCpuBuffer.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
#include "src/gpu/GrPipeline.h"
|
||||
#include "src/gpu/GrProgramInfo.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProcessor.h"
|
||||
#include "src/gpu/GrProgramDesc.h"
|
||||
#include "src/gpu/gl/builders/GrGLProgramBuilder.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#endif
|
||||
|
||||
#define GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X)
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "include/core/SkTraceMemoryDump.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrBackendUtils.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpuResourcePriv.h"
|
||||
#include "src/gpu/gl/GrGLGpu.h"
|
||||
#include "src/gpu/gl/GrGLUtil.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "include/core/SkTraceMemoryDump.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrTexture.h"
|
||||
#include "src/gpu/gl/GrGLGpu.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/core/SkWriteBuffer.h"
|
||||
#include "src/gpu/GrAutoLocaleSetter.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPersistentCacheUtils.h"
|
||||
#include "src/gpu/GrProgramDesc.h"
|
||||
#include "src/gpu/GrShaderCaps.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "src/core/SkReadBuffer.h"
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/gpu/GrAutoLocaleSetter.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPersistentCacheUtils.h"
|
||||
#include "src/gpu/GrRenderTarget.h"
|
||||
#include "src/gpu/GrShaderUtils.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/mtl/GrMtlCommandBuffer.h"
|
||||
#include "src/gpu/mtl/GrMtlGpu.h"
|
||||
#include "src/gpu/mtl/GrMtlPipelineState.h"
|
||||
|
@ -207,7 +207,7 @@ void GrAtlasManager::addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpd
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrSurfaceContext.h"
|
||||
#include "src/gpu/GrSurfaceProxy.h"
|
||||
#include "src/gpu/GrTextureProxy.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "src/gpu/vk/GrVkCommandPool.h"
|
||||
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/vk/GrVkCommandBuffer.h"
|
||||
#include "src/gpu/vk/GrVkGpu.h"
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "src/core/SkConvertPixels.h"
|
||||
#include "src/core/SkMipmap.h"
|
||||
#include "src/gpu/GrBackendUtils.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGeometryProcessor.h"
|
||||
#include "src/gpu/GrGpuResourceCacheAccess.h"
|
||||
#include "src/gpu/GrNativeRect.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "include/gpu/GrBackendDrawableInfo.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrBackendUtils.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrOpFlushState.h"
|
||||
#include "src/gpu/GrPipeline.h"
|
||||
#include "src/gpu/GrRenderTarget.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/core/SkTraceEvent.h"
|
||||
#include "src/gpu/GrAutoLocaleSetter.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPersistentCacheUtils.h"
|
||||
#include "src/gpu/GrShaderCaps.h"
|
||||
#include "src/gpu/GrShaderUtils.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "include/gpu/GrContextOptions.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/core/SkOpts.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrProcessor.h"
|
||||
#include "src/gpu/GrRenderTarget.h"
|
||||
#include "src/gpu/GrStencilSettings.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "include/gpu/GrBackendSurface.h"
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrBackendSurfaceMutableStateImpl.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrResourceProvider.h"
|
||||
#include "src/gpu/vk/GrVkAttachment.h"
|
||||
#include "src/gpu/vk/GrVkCommandBuffer.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/core/SkTaskGroup.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrSamplerState.h"
|
||||
#include "src/gpu/vk/GrVkCommandBuffer.h"
|
||||
#include "src/gpu/vk/GrVkCommandPool.h"
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "include/gpu/vk/GrVkTypes.h"
|
||||
#include "src/core/SkSurfacePriv.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrContextThreadSafeProxyPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRenderTargetContext.h"
|
||||
#include "src/gpu/SkGpuDevice.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "src/gpu/vk/GrVkTextureRenderTarget.h"
|
||||
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrResourceProvider.h"
|
||||
#include "src/gpu/GrTexture.h"
|
||||
#include "src/gpu/vk/GrVkAttachment.h"
|
||||
|
@ -8,8 +8,8 @@
|
||||
#include "src/gpu/vk/GrVkUtil.h"
|
||||
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDataUtils.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/vk/GrVkGpu.h"
|
||||
#include "src/sksl/SkSLCompiler.h"
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
#include "include/gpu/GrDirectContext.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrImageContextPriv.h"
|
||||
#include "src/image/SkImage_Gpu.h"
|
||||
#endif
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrColorSpaceXform.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrDrawingManager.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrImageContextPriv.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "include/gpu/GrRecordingContext.h"
|
||||
#include "src/core/SkBitmapCache.h"
|
||||
#include "src/core/SkTLList.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrImageContextPriv.h"
|
||||
#include "src/gpu/GrImageInfo.h"
|
||||
#include "src/gpu/GrProxyProvider.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "src/core/SkScopeExit.h"
|
||||
#include "src/gpu/GrBitmapTextureMaker.h"
|
||||
#include "src/gpu/GrClip.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrGpu.h"
|
||||
#include "src/gpu/GrImageContextPriv.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "src/core/SkImagePriv.h"
|
||||
#include "src/gpu/GrAHardwareBufferUtils.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrContextThreadSafeProxyPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrRecordingContextPriv.h"
|
||||
#include "src/gpu/GrRenderTarget.h"
|
||||
#include "src/gpu/GrRenderTargetContextPriv.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "include/private/SkColorData.h"
|
||||
#include "src/gpu/GrBlend.h"
|
||||
#include "src/gpu/GrCaps.h"
|
||||
#include "src/gpu/GrContextPriv.h"
|
||||
#include "src/gpu/GrDirectContextPriv.h"
|
||||
#include "src/gpu/GrPaint.h"
|
||||
#include "src/gpu/GrProcessorAnalysis.h"
|
||||
#include "src/gpu/GrProcessorSet.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user