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

  /external/chromium_org/ui/gl/
gl_surface_ozone.cc 22 class GL_EXPORT GLSurfaceOzoneEGL : public NativeViewGLSurfaceEGL {
25 : NativeViewGLSurfaceEGL(ozone_surface->GetNativeWindow()),
32 return NativeViewGLSurfaceEGL::Resize(size);
35 if (!NativeViewGLSurfaceEGL::SwapBuffers())
gl_surface_egl.cc 236 NativeViewGLSurfaceEGL::NativeViewGLSurfaceEGL(EGLNativeWindowType window)
254 bool NativeViewGLSurfaceEGL::Initialize() {
258 bool NativeViewGLSurfaceEGL::Initialize(
309 void NativeViewGLSurfaceEGL::Destroy() {
319 EGLConfig NativeViewGLSurfaceEGL::GetConfig() {
396 bool NativeViewGLSurfaceEGL::IsOffscreen() {
400 bool NativeViewGLSurfaceEGL::SwapBuffers() {
401 TRACE_EVENT2("gpu", "NativeViewGLSurfaceEGL:RealSwapBuffers",
414 gfx::Size NativeViewGLSurfaceEGL::GetSize()
    [all...]
gl_surface_egl.h 54 class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
56 explicit NativeViewGLSurfaceEGL(EGLNativeWindowType window);
72 // Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider.
77 virtual ~NativeViewGLSurfaceEGL();
89 DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceEGL);
gl_surface_android.cc 44 scoped_refptr<GLSurface> surface = new NativeViewGLSurfaceEGL(window);
gl_surface_win.cc 237 scoped_refptr<NativeViewGLSurfaceEGL> surface(
238 new NativeViewGLSurfaceEGL(window));
gl_surface_x11.cc 296 scoped_refptr<GLSurface> surface(new NativeViewGLSurfaceEGL(window));
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 181 new gfx::NativeViewGLSurfaceEGL(window);

Completed in 539 milliseconds