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

  /external/chromium_org/ui/gl/
gl_surface_egl.h 25 class GL_EXPORT GLSurfaceEGL : public GLSurface {
27 GLSurfaceEGL();
44 virtual ~GLSurfaceEGL();
47 DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGL);
51 class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
88 class GL_EXPORT PbufferGLSurfaceEGL : public GLSurfaceEGL {
gl_surface_egl.cc 96 GLSurfaceEGL::GLSurfaceEGL() {}
98 bool GLSurfaceEGL::InitializeOneOff() {
178 EGLDisplay GLSurfaceEGL::GetDisplay() {
182 EGLDisplay GLSurfaceEGL::GetHardwareDisplay() {
186 EGLNativeDisplayType GLSurfaceEGL::GetNativeDisplay() {
190 const char* GLSurfaceEGL::GetEGLExtensions() {
194 bool GLSurfaceEGL::HasEGLExtension(const char* name) {
198 bool GLSurfaceEGL::IsCreateContextRobustnessSupported() {
202 GLSurfaceEGL::~GLSurfaceEGL() {
    [all...]
gl_image_egl.cc 51 GLSurfaceEGL::GetHardwareDisplay(),
71 GLSurfaceEGL::GetHardwareDisplay(), egl_image_);
gl_context_egl.cc 55 if (GLSurfaceEGL::IsCreateContextRobustnessSupported()) {
193 return GLSurfaceEGL::IsCreateContextRobustnessSupported();
gl_surface_win.cc 53 if (!GLSurfaceEGL::InitializeOneOff()) {
54 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed.";
gl_surface_x11.cc 69 if (!GLSurfaceEGL::InitializeOneOff()) {
70 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed.";
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 205 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
258 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
274 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
354 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
663 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
    [all...]
gpu_video_decode_accelerator.cc 179 gfx::GLSurfaceEGL::GetHardwareDisplay(),
  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 264 gfx::GLSurfaceEGL::GetHardwareDisplay(), EGL_EXTENSIONS);
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 504 gfx::GLSurfaceEGL::GetHardwareDisplay(),

Completed in 387 milliseconds