/external/skia/src/gpu/gl/ |
D | GrGLContext.cpp | 14 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()
|
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 | 44 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;
|
D | GrGLGpu.cpp | 370 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/ |
D | GrGLContext.cpp | 14 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()
|
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 | 44 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;
|
D | GrGLGpu.cpp | 325 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/ |
D | GrGLShaderStringBuilder.h | 17 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,
|
D | GrGLShaderStringBuilder.cpp | 63 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/ |
D | GrGLShaderStringBuilder.h | 17 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,
|
D | GrGLShaderStringBuilder.cpp | 63 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/ |
D | GrGpu.h | 28 class GrGLContext; variable 379 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
|
/external/skia/src/gpu/ |
D | GrGpu.h | 30 class GrGLContext; variable 411 virtual const GrGLContext* glContextForTesting() const { return nullptr; } in glContextForTesting()
|
/external/skia/gm/ |
D | rectangletexture.cpp | 61 const GrGLContext* glCtx = gpu->glContextForTesting(); in createRectangleTextureImg()
|
/external/skqp/gm/ |
D | rectangletexture.cpp | 67 const GrGLContext* glCtx = gpu->glContextForTesting(); in createRectangleTextureImg()
|
/external/skqp/gn/ |
D | gpu.gni | 419 "$_src/gpu/gl/GrGLContext.cpp", 420 "$_src/gpu/gl/GrGLContext.h",
|
/external/skia/gn/ |
D | gpu.gni | 430 "$_src/gpu/gl/GrGLContext.cpp", 431 "$_src/gpu/gl/GrGLContext.h",
|
/external/skqp/ |
D | Android.bp | 930 "src/gpu/gl/GrGLContext.cpp",
|
/external/skia/ |
D | Android.bp | 701 "src/gpu/gl/GrGLContext.cpp",
|