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

  /external/chromium_org/ui/gl/
gl_surface.cc 268 GLSurfaceAdapter::GLSurfaceAdapter(GLSurface* surface) : surface_(surface) {}
270 bool GLSurfaceAdapter::Initialize() {
274 void GLSurfaceAdapter::Destroy() {
278 bool GLSurfaceAdapter::Resize(const gfx::Size& size) {
282 bool GLSurfaceAdapter::Recreate() {
286 bool GLSurfaceAdapter::DeferDraws() {
290 bool GLSurfaceAdapter::IsOffscreen() {
294 bool GLSurfaceAdapter::SwapBuffers() {
298 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height)
    [all...]
gl_surface.h 157 class GL_EXPORT GLSurfaceAdapter : public GLSurface {
159 explicit GLSurfaceAdapter(GLSurface* surface);
191 virtual ~GLSurfaceAdapter();
196 DISALLOW_COPY_AND_ASSIGN(GLSurfaceAdapter);
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 221 : GLSurfaceAdapter(surface),
236 GLSurfaceAdapter::Destroy();
249 bool result = gfx::GLSurfaceAdapter::SwapBuffers();
263 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height);
293 return GLSurfaceAdapter::GetSize();
image_transport_surface.h 173 // GLSurfaceAdapter, thereby forwarding GLSurface methods through to it.
175 : public gfx::GLSurfaceAdapter,

Completed in 269 milliseconds