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

  /external/chromium_org/ui/gl/
gl_surface_egl.h 23 // Get default EGL display for GLSurfaceEGL (differs by platform).
27 class GL_EXPORT GLSurfaceEGL : public GLSurface {
29 GLSurfaceEGL();
47 virtual ~GLSurfaceEGL();
54 DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGL);
58 class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
97 class GL_EXPORT PbufferGLSurfaceEGL : public GLSurfaceEGL {
125 class GL_EXPORT SurfacelessEGL : public GLSurfaceEGL {
gl_surface_egl.cc 107 GLSurfaceEGL::GLSurfaceEGL() {}
109 bool GLSurfaceEGL::InitializeOneOff() {
221 EGLDisplay GLSurfaceEGL::GetDisplay() {
225 EGLDisplay GLSurfaceEGL::GetHardwareDisplay() {
229 EGLNativeDisplayType GLSurfaceEGL::GetNativeDisplay() {
233 const char* GLSurfaceEGL::GetEGLExtensions() {
237 bool GLSurfaceEGL::HasEGLExtension(const char* name) {
241 bool GLSurfaceEGL::IsCreateContextRobustnessSupported() {
245 bool GLSurfaceEGL::IsEGLSurfacelessContextSupported()
    [all...]

Completed in 3252 milliseconds