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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 9 #include "gl/GrGLInterface.h"
14 SK_DEFINE_INST_COUNT(GrGLInterface)
18 void GrGLDefaultInterfaceCallback(const GrGLInterface*) {}
22 GrGLInterface::GrGLInterface() {
31 bool GrGLInterface::validate(GrGLBinding binding) const {
  /external/skia/include/gpu/gl/
GrGLInterface.h 20 * A GrGLInterface (defined below) may support multiple bindings.
45 * whether the same GrGLInterface is returned or whether a new one is created
46 * at each call. Some platforms may not be able to use a single GrGLInterface
47 * because extension function ptrs vary across contexts. Note that GrGLInterface
56 struct GrGLInterface;
58 const GrGLInterface* GrGLDefaultInterface();
61 * Creates a GrGLInterface for a "native" GL context (e.g. WGL on windows,
66 const GrGLInterface* GrGLCreateNativeInterface();
70 * Creates a GrGLInterface for an OSMesa context.
72 const GrGLInterface* GrGLCreateMesaInterface()
    [all...]

Completed in 148 milliseconds