HomeSort by relevance Sort by last modified time
    Searched defs:GrGLCaps (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 9 #include "GrGLCaps.h"
14 GrGLCaps::GrGLCaps() {
18 void GrGLCaps::reset() {
55 GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTargetCaps() {
59 GrGLCaps& GrGLCaps::operator= (const GrGLCaps& caps)
    [all...]
GrGLCaps.h 24 class GrGLCaps : public GrDrawTargetCaps {
26 SK_DECLARE_INST_COUNT(GrGLCaps)
89 * Creates a GrGLCaps that advertises no support for any extensions,
92 GrGLCaps();
94 GrGLCaps(const GrGLCaps& caps);
96 GrGLCaps& operator = (const GrGLCaps& caps);
104 * Initializes the GrGLCaps to the set of features supported in the current
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 9 #include "GrGLCaps.h"
14 GrGLCaps::GrGLCaps() {
18 void GrGLCaps::reset() {
53 GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTargetCaps() {
57 GrGLCaps& GrGLCaps::operator= (const GrGLCaps& caps)
    [all...]
GrGLCaps.h 24 class GrGLCaps : public GrDrawTargetCaps {
26 SK_DECLARE_INST_COUNT(GrGLCaps)
99 * Creates a GrGLCaps that advertises no support for any extensions,
102 GrGLCaps();
104 GrGLCaps(const GrGLCaps& caps);
106 GrGLCaps& operator = (const GrGLCaps& caps);
114 * Initializes the GrGLCaps to the set of features supported in the current

Completed in 684 milliseconds