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

  /external/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 138 const GrGLInterface* GrGLCreateCommandBufferInterface() {
258 SkAutoTUnref<const GrGLInterface> gl(GrGLCreateCommandBufferInterface());
  /external/skia/src/views/win/
SkOSWindow_win.cpp 561 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateCommandBufferInterface());
574 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateCommandBufferInterface());
  /external/skia/include/gpu/gl/
GrGLInterface.h 64 SK_API const GrGLInterface* GrGLCreateCommandBufferInterface();
  /external/skia/samplecode/
SampleApp.cpp 241 glInterface.reset(GrGLCreateCommandBufferInterface());
    [all...]

Completed in 4455 milliseconds