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

  /external/skia/src/gpu/gl/
GrGLCaps.cpp 9 #include "GrGLCaps.h"
13 GrGLCaps::GrGLCaps() {
17 void GrGLCaps::reset() {
42 GrGLCaps::GrGLCaps(const GrGLCaps& caps) {
46 GrGLCaps& GrGLCaps::operator = (const GrGLCaps& caps)
    [all...]
GrGLCaps.h 23 class GrGLCaps {
80 * Creates a GrGLCaps that advertises no support for any extensions,
83 GrGLCaps();
85 GrGLCaps(const GrGLCaps& caps);
87 GrGLCaps& operator = (const GrGLCaps& caps);
95 * Initializes the GrGLCaps to the set of features supported in the current

Completed in 3743 milliseconds