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

  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 19 AcceleratedSurface::AcceleratedSurface()
26 AcceleratedSurface::~AcceleratedSurface() {}
28 bool AcceleratedSurface::Initialize(
67 void AcceleratedSurface::Destroy() {
78 void AcceleratedSurface::SwapBuffers() {
90 // rendering results consumed by the AcceleratedSurface.
138 void AcceleratedSurface::AllocateRenderBuffers(GLenum target,
152 bool AcceleratedSurface::SetupFrameBufferObject(GLenum target)
    [all...]
accelerated_surface_mac.h 34 class SURFACE_EXPORT AcceleratedSurface {
36 AcceleratedSurface();
37 virtual ~AcceleratedSurface();
79 // If this AcceleratedSurface is configured with its own FBO, then
86 // AcceleratedSurface contains is responsible for the production of
92 // server-side GL objects, so that this AcceleratedSurface's texture

Completed in 139 milliseconds