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

  /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/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]

Completed in 227 milliseconds