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

  /external/skia/src/gpu/gl/
GrGLContextInfo.cpp 9 #include "GrGLContextInfo.h"
11 GrGLContextInfo::~GrGLContextInfo() {
15 GrGLContextInfo::GrGLContextInfo() {
19 GrGLContextInfo::GrGLContextInfo(const GrGLInterface* interface) {
24 GrGLContextInfo::GrGLContextInfo(const GrGLContextInfo& ctx)
    [all...]
GrGLContextInfo.h 23 class GrGLContextInfo {
27 * Default constructor, creates an uninitialized GrGLContextInfo
29 GrGLContextInfo();
32 * Creates a GrGLContextInfo from a GrGLInterface and the currently
35 explicit GrGLContextInfo(const GrGLInterface* interface);
38 * Copies a GrGLContextInfo
40 GrGLContextInfo(const GrGLContextInfo& ctx);
42 ~GrGLContextInfo();
45 * Copies a GrGLContextInfo
    [all...]

Completed in 65 milliseconds