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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridgeTest.cpp 55 virtual GrGLInterface* onCreateGrGLInterface() OVERRIDE { return 0; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 479 // FIXME: Make implementations of this class override this method instead and then remove onCreateGrGLInterface().
480 virtual GrGLInterface* createGrGLInterface() { return onCreateGrGLInterface(); }
495 virtual GrGLInterface* onCreateGrGLInterface() { return 0; }
  /external/chromium_org/cc/resources/
resource_update_controller_unittest.cc 52 virtual GrGLInterface* onCreateGrGLInterface() OVERRIDE { return NULL; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 552 virtual GrGLInterface* onCreateGrGLInterface();
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 635 virtual GrGLInterface* onCreateGrGLInterface();
webgraphicscontext3d_command_buffer_impl.cc     [all...]

Completed in 511 milliseconds