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

  /external/chromium_org/ui/gl/
gl_surface_win.cc 44 virtual bool SupportsPostSubBuffer() OVERRIDE;
182 bool NativeViewGLSurfaceOSMesa::SupportsPostSubBuffer() {
gl_surface_x11.cc 37 virtual bool SupportsPostSubBuffer() OVERRIDE;
223 bool NativeViewGLSurfaceOSMesa::SupportsPostSubBuffer() {
gl_surface.cc 182 bool GLSurface::SupportsPostSubBuffer() {
289 bool GLSurfaceAdapter::SupportsPostSubBuffer() {
290 return surface_->SupportsPostSubBuffer();
gl_surface_egl.cc 466 bool NativeViewGLSurfaceEGL::SupportsPostSubBuffer() {
gl_surface_glx.cc 501 bool NativeViewGLSurfaceGLX::SupportsPostSubBuffer() {
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.cc 164 bool ImageTransportSurfaceFBO::SupportsPostSubBuffer() {
texture_image_transport_surface.cc 277 bool TextureImageTransportSurface::SupportsPostSubBuffer() {

Completed in 565 milliseconds