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

  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 46 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
124 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) {
126 return PassThroughImageTransportSurface::OnMakeCurrent(context);
image_transport_surface.cc 312 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) {
image_transport_surface_mac.cc 55 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
198 bool IOSurfaceImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) {
317 // Caching |context_| from OnMakeCurrent. It should still be current.
  /external/chromium_org/ui/gl/
gl_surface.cc 118 bool GLSurface::OnMakeCurrent(GLContext* context) {
229 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) {
230 return surface_->OnMakeCurrent(context);

Completed in 361 milliseconds