Home
last modified time | relevance | path

Searched refs:GrGLContextInfo (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLContext.h24 class GrGLContextInfo {
29 GrGLContextInfo() { in GrGLContextInfo() function
34 GrGLContextInfo(const GrGLContextInfo& that) { in GrGLContextInfo() function
39 GrGLContextInfo& operator= (const GrGLContextInfo&);
89 class GrGLContext : public GrGLContextInfo {
109 typedef GrGLContextInfo INHERITED;
DGrGLContext.cpp12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) { in operator =()
24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) { in initialize()
65 bool GrGLContextInfo::isInitialized() const { return SkToBool(fInterface.get()); } in isInitialized()
67 void GrGLContextInfo::reset() { in reset()
DGrGLCaps.h17 class GrGLContextInfo; variable
107 bool init(const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface);
320 void initFSAASupport(const GrGLContextInfo&, const GrGLInterface*);
321 void initStencilFormats(const GrGLContextInfo&);
323 void initConfigRenderableTable(const GrGLContextInfo&);
324 void initConfigTexturableTable(const GrGLContextInfo&, const GrGLInterface*);
DGrGLCaps.cpp97 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in init()
384 void GrGLCaps::initConfigRenderableTable(const GrGLContextInfo& ctxInfo) { in initConfigRenderableTable()
476 void GrGLCaps::initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initConfigTexturableTable()
633 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initFSAASupport()
667 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) { in initStencilFormats()
DGrGLSL.h16 class GrGLContextInfo; variable
49 const char* GrGetGLSLVersionDecl(const GrGLContextInfo&);
DGrGLSL.cpp42 const char* GrGetGLSLVersionDecl(const GrGLContextInfo& info) { in GrGetGLSLVersionDecl()
DGrGLShaderVar.h155 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const { in appendDecl()
DGrGpuGL.h38 const GrGLContextInfo& ctxInfo() const { return fGLContext; } in ctxInfo()
/external/skia/src/gpu/gl/
DGrGLContext.h24 class GrGLContextInfo {
29 GrGLContextInfo() { in GrGLContextInfo() function
34 GrGLContextInfo(const GrGLContextInfo& that) { in GrGLContextInfo() function
39 GrGLContextInfo& operator= (const GrGLContextInfo&);
87 class GrGLContext : public GrGLContextInfo {
107 typedef GrGLContextInfo INHERITED;
DGrGLContext.cpp12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) { in operator =()
24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) { in initialize()
65 bool GrGLContextInfo::isInitialized() const { in isInitialized()
69 void GrGLContextInfo::reset() { in reset()
DGrGLCaps.h17 class GrGLContextInfo; variable
117 bool init(const GrGLContextInfo& ctxInfo, const GrGLInterface* interface);
321 void initFSAASupport(const GrGLContextInfo&, const GrGLInterface*);
322 void initStencilFormats(const GrGLContextInfo&);
324 void initConfigRenderableTable(const GrGLContextInfo&);
325 void initConfigTexturableTable(const GrGLContextInfo&, const GrGLInterface*);
DGrGLCaps.cpp93 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in init()
349 void GrGLCaps::initConfigRenderableTable(const GrGLContextInfo& ctxInfo) { in initConfigRenderableTable()
437 void GrGLCaps::initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initConfigTexturableTable()
565 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initFSAASupport()
599 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) { in initStencilFormats()
DGrGLSL.h16 class GrGLContextInfo; variable
49 const char* GrGetGLSLVersionDecl(const GrGLContextInfo&);
DGrGLSL.cpp42 const char* GrGetGLSLVersionDecl(const GrGLContextInfo& info) { in GrGetGLSLVersionDecl()
DGrGLShaderBuilder.h22 class GrGLContextInfo; variable
222 const GrGLContextInfo& ctxInfo() const;
DGrGLShaderVar.h259 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const { in appendDecl()
DGrGpuGL.h39 const GrGLContextInfo& ctxInfo() const { return fGLContext; } in ctxInfo()
DGrGLShaderBuilder.cpp816 const GrGLContextInfo& GrGLShaderBuilder::ctxInfo() const { in ctxInfo()
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.h27 class GrGLContextInfo; variable
141 const GrGLContextInfo& ctxInfo() const;
DGrGLShaderBuilder.h22 class GrGLContextInfo; variable
DGrGLShaderBuilder.cpp82 const GrGLContextInfo& ctxInfo = fProgramBuilder->gpu()->ctxInfo(); in emitFunction()
DGrGLVertexShaderBuilder.cpp116 const GrGLContextInfo& ctxInfo = gpu->ctxInfo(); in compileAndAttachShaders()
DGrGLProgramBuilder.cpp328 const GrGLContextInfo& GrGLProgramBuilder::ctxInfo() const { in ctxInfo()
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp268 const GrGLContextInfo ctxInfo = builder->ctxInfo(); in emitCode()
/external/chromium_org/third_party/skia/src/effects/gradients/
DSkSweepGradient.cpp279 const GrGLContextInfo ctxInfo = builder->ctxInfo(); in emitCode()