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 45 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
103 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) {
image_transport_surface_fbo_mac.cc 79 bool ImageTransportSurfaceFBO::OnMakeCurrent(gfx::GLContext* context) {
198 // Caching |context_| from OnMakeCurrent. It should still be current.
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) {
305 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) {
306 return surface_->OnMakeCurrent(context);

Completed in 71 milliseconds