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

  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 45 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
104 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) {
image_transport_surface.cc 274 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) {
  /external/chromium_org/ui/gl/
gl_surface.cc 194 bool GLSurface::OnMakeCurrent(GLContext* context) {
318 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) {
319 return surface_->OnMakeCurrent(context);

Completed in 146 milliseconds