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 8 #include "GrGLContextInfo.h"
10 GrGLContextInfo::~GrGLContextInfo() {
14 GrGLContextInfo::GrGLContextInfo() {
18 GrGLContextInfo::GrGLContextInfo(const GrGLInterface* interface) {
23 GrGLContextInfo::GrGLContextInfo(const GrGLContextInfo& ctx)
    [all...]
GrGLContextInfo.h 24 class GrGLContextInfo {
28 * Default constructor, creates an uninitialized GrGLContextInfo
30 GrGLContextInfo();
33 * Creates a GrGLContextInfo from a GrGLInterface and the currently
36 explicit GrGLContextInfo(const GrGLInterface* interface);
39 * Copies a GrGLContextInfo
41 GrGLContextInfo(const GrGLContextInfo& ctx);
43 ~GrGLContextInfo();
46 * Copies a GrGLContextInfo
    [all...]

Completed in 30 milliseconds