HomeSort by relevance Sort by last modified time
    Searched refs:GrGLContextInfo (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 24 class GrGLContextInfo {
29 GrGLContextInfo() {
34 GrGLContextInfo(const GrGLContextInfo& that) {
39 GrGLContextInfo& operator= (const GrGLContextInfo&);
42 * Initializes a GrGLContextInfo from a GrGLInterface and the currently
87 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
89 class GrGLContext : public GrGLContextInfo {
109 typedef GrGLContextInfo INHERITED
    [all...]
GrGLContext.cpp 12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) {
24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) {
65 bool GrGLContextInfo::isInitialized() const { return SkToBool(fInterface.get()); }
67 void GrGLContextInfo::reset() {
GrGLCaps.h 17 class GrGLContextInfo;
90 * formats, etc. Call init to initialize from a GrGLContextInfo.
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*);
GrGLSL.cpp 42 const char* GrGetGLSLVersionDecl(const GrGLContextInfo& info) {
GrGLSL.h 16 class GrGLContextInfo;
49 const char* GrGetGLSLVersionDecl(const GrGLContextInfo&);
GrGLCaps.cpp 97 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
384 void GrGLCaps::initConfigRenderableTable(const GrGLContextInfo& ctxInfo) {
476 void GrGLCaps::initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
633 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
667 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) {
    [all...]
GrGLShaderVar.h 155 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const {
GrGpuGL.h 38 const GrGLContextInfo& ctxInfo() const { return fGLContext; }
  /external/skia/src/gpu/gl/
GrGLContext.h 24 class GrGLContextInfo {
29 GrGLContextInfo() {
34 GrGLContextInfo(const GrGLContextInfo& that) {
39 GrGLContextInfo& operator= (const GrGLContextInfo&);
42 * Initializes a GrGLContextInfo from a GrGLInterface and the currently
85 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
87 class GrGLContext : public GrGLContextInfo {
107 typedef GrGLContextInfo INHERITED
    [all...]
GrGLContext.cpp 12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) {
24 bool GrGLContextInfo::initialize(const GrGLInterface* interface) {
65 bool GrGLContextInfo::isInitialized() const {
69 void GrGLContextInfo::reset() {
GrGLCaps.h 17 class GrGLContextInfo;
100 * formats, etc. Call init to initialize from a GrGLContextInfo.
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*);
GrGLSL.cpp 42 const char* GrGetGLSLVersionDecl(const GrGLContextInfo& info) {
GrGLSL.h 16 class GrGLContextInfo;
49 const char* GrGetGLSLVersionDecl(const GrGLContextInfo&);
GrGLCaps.cpp 93 bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
349 void GrGLCaps::initConfigRenderableTable(const GrGLContextInfo& ctxInfo) {
437 void GrGLCaps::initConfigTexturableTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
565 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
599 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) {
    [all...]
GrGLShaderBuilder.h 22 class GrGLContextInfo;
222 const GrGLContextInfo& ctxInfo() const;
GrGLShaderVar.h 259 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const {
GrGpuGL.h 39 const GrGLContextInfo& ctxInfo() const { return fGLContext; }
GrGLShaderBuilder.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 22 class GrGLContextInfo;
GrGLProgramBuilder.h 27 class GrGLContextInfo;
141 const GrGLContextInfo& ctxInfo() const;
GrGLShaderBuilder.cpp 82 const GrGLContextInfo& ctxInfo = fProgramBuilder->gpu()->ctxInfo();
GrGLVertexShaderBuilder.cpp 116 const GrGLContextInfo& ctxInfo = gpu->ctxInfo();
GrGLProgramBuilder.cpp 328 const GrGLContextInfo& GrGLProgramBuilder::ctxInfo() const {
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 279 const GrGLContextInfo ctxInfo = builder->ctxInfo();
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 268 const GrGLContextInfo ctxInfo = builder->ctxInfo();

Completed in 369 milliseconds