/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLContext.cpp | 18 std::unique_ptr<GrGLContext> GrGLContext::Make(sk_sp<const GrGLInterface> interface, in Make() 90 return std::unique_ptr<GrGLContext>(new GrGLContext(std::move(args))); in Make() 93 GrGLContext::~GrGLContext() { in ~GrGLContext() 97 SkSL::Compiler* GrGLContext::compiler() const { in compiler()
|
D | GrGLContext.h | 87 class GrGLContext : public GrGLContextInfo { 93 static std::unique_ptr<GrGLContext> Make(sk_sp<const GrGLInterface>, const GrContextOptions&); 99 ~GrGLContext() override; 102 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)), fCompiler(nullptr) {} in GrGLContext() function
|
D | GrGLGpu.h | 45 const GrGLContext& glContext() const { return *fGLContext; } in glContext() 151 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting() 183 GrGLGpu(std::unique_ptr<GrGLContext>, GrContext*); 446 std::unique_ptr<GrGLContext> fGLContext;
|
D | GrGLGpu.cpp | 372 auto glContext = GrGLContext::Make(std::move(interface), options); in Make() 379 GrGLGpu::GrGLGpu(std::unique_ptr<GrGLContext> ctx, GrContext* context) in GrGLGpu() 1279 static bool renderbuffer_storage_msaa(const GrGLContext& ctx, in renderbuffer_storage_msaa()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLContext.cpp | 19 std::unique_ptr<GrGLContext> GrGLContext::Make(sk_sp<const GrGLInterface> interface, in Make() 73 return std::unique_ptr<GrGLContext>(new GrGLContext(std::move(args))); in Make() 76 GrGLContext::~GrGLContext() {} in ~GrGLContext()
|
D | GrGLContext.h | 83 class GrGLContext : public GrGLContextInfo { 89 static std::unique_ptr<GrGLContext> Make(sk_sp<const GrGLInterface>, const GrContextOptions&); 93 ~GrGLContext() override; 96 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)) {} in GrGLContext() function
|
D | GrGLGpu.h | 43 const GrGLContext& glContext() const { return *fGLContext; } in glContext() 175 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting() 216 GrGLGpu(std::unique_ptr<GrGLContext>, GrDirectContext*); 509 bool renderbufferStorageMSAA(const GrGLContext& ctx, int sampleCount, GrGLenum format, 536 std::unique_ptr<GrGLContext> fGLContext;
|
D | GrGLGpu.cpp | 333 auto glContext = GrGLContext::Make(std::move(interface), options); in Make() 340 GrGLGpu::GrGLGpu(std::unique_ptr<GrGLContext> ctx, GrDirectContext* dContext) in GrGLGpu() 1166 bool GrGLGpu::renderbufferStorageMSAA(const GrGLContext& ctx, int sampleCount, GrGLenum format, in renderbufferStorageMSAA()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.h | 18 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context, 25 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
|
D | GrGLShaderStringBuilder.cpp | 31 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context, in GrSkSLtoGLSL() 63 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, in GrGLCompileAndAttachShader()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.h | 24 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
|
D | GrGLShaderStringBuilder.cpp | 55 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, in GrGLCompileAndAttachShader()
|
/third_party/flutter/skia/gm/ |
D | rectangletexture.cpp | 79 static const GrGLContext* GetGLContextIfSupported(GrContext* context) { in GetGLContextIfSupported() 92 const GrGLContext* glCtx = GetGLContextIfSupported(context); in createRectangleTextureImg()
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.h | 30 class GrGLContext; variable 463 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
|
/third_party/skia/src/gpu/ |
D | GrGpu.h | 30 class GrGLContext; variable 606 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
|
D | BUILD.bazel | 447 "gl/GrGLContext.cpp", 448 "gl/GrGLContext.h",
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 431 "$_src/gpu/gl/GrGLContext.cpp", 432 "$_src/gpu/gl/GrGLContext.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 438 "$_src/gpu/gl/GrGLContext.cpp", 439 "$_src/gpu/gl/GrGLContext.h",
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 838 "$flutter_root/skia/src/gpu/gl/GrGLContext.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 1473 "$flutter_root/skia/src/gpu/gl/GrGLContext.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 3185 FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.cpp 3186 FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.h
|