Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLContext.cpp14 std::unique_ptr<GrGLContext> GrGLContext::Make(sk_sp<const GrGLInterface> interface, in Make()
77 return std::unique_ptr<GrGLContext>(new GrGLContext(std::move(args))); in Make()
80 GrGLContext::~GrGLContext() { in ~GrGLContext()
84 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.h44 const GrGLContext& glContext() const { return *fGLContext; } in glContext()
150 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting()
180 GrGLGpu(std::unique_ptr<GrGLContext>, GrContext*);
430 std::unique_ptr<GrGLContext> fGLContext;
DGrGLGpu.cpp370 auto glContext = GrGLContext::Make(std::move(interface), options); in Make()
377 GrGLGpu::GrGLGpu(std::unique_ptr<GrGLContext> ctx, GrContext* context) in GrGLGpu()
1413 static bool renderbuffer_storage_msaa(const GrGLContext& ctx, in renderbuffer_storage_msaa()
/external/skqp/src/gpu/gl/
DGrGLContext.cpp14 std::unique_ptr<GrGLContext> GrGLContext::Make(sk_sp<const GrGLInterface> interface, in Make()
77 return std::unique_ptr<GrGLContext>(new GrGLContext(std::move(args))); in Make()
80 GrGLContext::~GrGLContext() { in ~GrGLContext()
84 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.h44 const GrGLContext& glContext() const { return *fGLContext; } in glContext()
150 const GrGLContext* glContextForTesting() const override { return &this->glContext(); } in glContextForTesting()
180 GrGLGpu(std::unique_ptr<GrGLContext>, GrContext*);
418 std::unique_ptr<GrGLContext> fGLContext;
DGrGLGpu.cpp325 auto glContext = GrGLContext::Make(std::move(interface), options); in Make()
332 GrGLGpu::GrGLGpu(std::unique_ptr<GrGLContext> ctx, GrContext* context) in GrGLGpu()
1378 static bool renderbuffer_storage_msaa(const GrGLContext& ctx, in renderbuffer_storage_msaa()
/external/skqp/src/gpu/gl/builders/
DGrGLShaderStringBuilder.h17 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context, GrGLenum type,
22 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
30 void GrGLPrintShader(const GrGLContext&, GrGLenum type, const char** skslStrings, int* lengths,
DGrGLShaderStringBuilder.cpp63 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context, GrGLenum type, in GrSkSLtoGLSL()
113 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, in GrGLCompileAndAttachShader()
178 void GrGLPrintShader(const GrGLContext& context, GrGLenum type, const char** skslStrings, in GrGLPrintShader()
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.h17 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context, GrGLenum type,
22 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx,
30 void GrGLPrintShader(const GrGLContext&, GrGLenum type, const char** skslStrings, int* lengths,
DGrGLShaderStringBuilder.cpp63 std::unique_ptr<SkSL::Program> GrSkSLtoGLSL(const GrGLContext& context, GrGLenum type, in GrSkSLtoGLSL()
113 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, in GrGLCompileAndAttachShader()
178 void GrGLPrintShader(const GrGLContext& context, GrGLenum type, const char** skslStrings, in GrGLPrintShader()
/external/skqp/src/gpu/
DGrGpu.h28 class GrGLContext; variable
379 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
/external/skia/src/gpu/
DGrGpu.h30 class GrGLContext; variable
411 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
/external/skia/gm/
Drectangletexture.cpp61 const GrGLContext* glCtx = gpu->glContextForTesting(); in createRectangleTextureImg()
/external/skqp/gm/
Drectangletexture.cpp67 const GrGLContext* glCtx = gpu->glContextForTesting(); in createRectangleTextureImg()
/external/skqp/gn/
Dgpu.gni419 "$_src/gpu/gl/GrGLContext.cpp",
420 "$_src/gpu/gl/GrGLContext.h",
/external/skia/gn/
Dgpu.gni430 "$_src/gpu/gl/GrGLContext.cpp",
431 "$_src/gpu/gl/GrGLContext.h",
/external/skqp/
DAndroid.bp930 "src/gpu/gl/GrGLContext.cpp",
/external/skia/
DAndroid.bp701 "src/gpu/gl/GrGLContext.cpp",