HomeSort by relevance Sort by last modified time
    Searched refs:GLSurfaceEGL (Results 1 - 15 of 15) 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();
50 DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGL);
54 class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
93 class GL_EXPORT PbufferGLSurfaceEGL : public GLSurfaceEGL {
121 class GL_EXPORT SurfacelessEGL : public GLSurfaceEGL {
gl_image_egl.cc 20 egl_image_ = eglCreateImageKHR(GLSurfaceEGL::GetHardwareDisplay(),
36 eglDestroyImageKHR(GLSurfaceEGL::GetHardwareDisplay(), egl_image_);
gl_surface_android.cc 22 if (!GLSurfaceEGL::InitializeOneOff()) {
23 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed.";
69 if (GLSurfaceEGL::IsEGLSurfacelessContextSupported() &&
gl_surface_egl.cc 98 GLSurfaceEGL::GLSurfaceEGL() {}
100 bool GLSurfaceEGL::InitializeOneOff() {
206 EGLDisplay GLSurfaceEGL::GetDisplay() {
210 EGLDisplay GLSurfaceEGL::GetHardwareDisplay() {
214 EGLNativeDisplayType GLSurfaceEGL::GetNativeDisplay() {
218 const char* GLSurfaceEGL::GetEGLExtensions() {
222 bool GLSurfaceEGL::HasEGLExtension(const char* name) {
226 bool GLSurfaceEGL::IsCreateContextRobustnessSupported() {
230 bool GLSurfaceEGL::IsEGLSurfacelessContextSupported()
    [all...]
gl_image_android_native_buffer.cc 32 eglDestroyImageKHR(GLSurfaceEGL::GetHardwareDisplay(),
101 GLSurfaceEGL::GetHardwareDisplay(),
gl_surface_ozone.cc 21 // A thin wrapper around GLSurfaceEGL that owns the EGLNativeWindow
64 if (!GLSurfaceEGL::InitializeOneOff()) {
65 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed.";
123 if (GLSurfaceEGL::IsEGLSurfacelessContextSupported() &&
gl_context_egl.cc 55 if (GLSurfaceEGL::IsCreateContextRobustnessSupported()) {
193 return GLSurfaceEGL::IsCreateContextRobustnessSupported();
gl_image_shm.cc 112 eglDestroyImageKHR(GLSurfaceEGL::GetHardwareDisplay(), egl_image_);
167 eglCreateImageKHR(GLSurfaceEGL::GetHardwareDisplay(),
gl_surface_win.cc 104 if (!GLSurfaceEGL::InitializeOneOff()) {
105 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed.";
gl_surface_x11.cc 68 if (!GLSurfaceEGL::InitializeOneOff()) {
69 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed.";
  /external/chromium_org/gpu/config/
gpu_info_collector_ozone.cc 28 !gfx::GLSurfaceEGL::IsCreateContextRobustnessSupported();
gpu_info_collector_win.cc 514 gfx::GLSurfaceEGL::GetHardwareDisplay(),
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 211 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
270 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
286 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
359 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
668 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
    [all...]
gpu_video_decode_accelerator.cc 269 gfx::GLSurfaceEGL::GetHardwareDisplay(),
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 146 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();

Completed in 1093 milliseconds