Home
last modified time | relevance | path

Searched refs:GrGLContext (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLContext.cpp18 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()
DGrGLContext.h87 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
DGrGLGpu.h45 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;
DGrGLGpu.cpp372 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/
DGrGLContext.cpp19 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()
DGrGLContext.h83 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
DGrGLGpu.h43 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;
DGrGLGpu.cpp333 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/
DGrGLShaderStringBuilder.h18 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context,
25 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
DGrGLShaderStringBuilder.cpp31 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/
DGrGLShaderStringBuilder.h24 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
DGrGLShaderStringBuilder.cpp55 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, in GrGLCompileAndAttachShader()
/third_party/flutter/skia/gm/
Drectangletexture.cpp79 static const GrGLContext* GetGLContextIfSupported(GrContext* context) { in GetGLContextIfSupported()
92 const GrGLContext* glCtx = GetGLContextIfSupported(context); in createRectangleTextureImg()
/third_party/flutter/skia/src/gpu/
DGrGpu.h30 class GrGLContext; variable
463 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
/third_party/skia/src/gpu/
DGrGpu.h30 class GrGLContext; variable
606 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
DBUILD.bazel447 "gl/GrGLContext.cpp",
448 "gl/GrGLContext.h",
/third_party/flutter/skia/gn/
Dgpu.gni431 "$_src/gpu/gl/GrGLContext.cpp",
432 "$_src/gpu/gl/GrGLContext.h",
/third_party/skia/gn/
Dgpu.gni438 "$_src/gpu/gl/GrGLContext.cpp",
439 "$_src/gpu/gl/GrGLContext.h",
/third_party/flutter/build/skia/ohos/
DBUILD.gn838 "$flutter_root/skia/src/gpu/gl/GrGLContext.cpp",
/third_party/flutter/build/skia/
DBUILD.gn1473 "$flutter_root/skia/src/gpu/gl/GrGLContext.cpp",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia3185 FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.cpp
3186 FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.h