HomeSort by relevance Sort by last modified time
    Searched refs:GLSurfaceEGL (Results 1 - 11 of 11) 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 {
89 class GL_EXPORT PbufferGLSurfaceEGL : public GLSurfaceEGL {
117 class GL_EXPORT SurfacelessEGL : public GLSurfaceEGL {
gl_surface_egl.cc 98 GLSurfaceEGL::GLSurfaceEGL() {}
100 bool GLSurfaceEGL::InitializeOneOff() {
215 EGLDisplay GLSurfaceEGL::GetDisplay() {
219 EGLDisplay GLSurfaceEGL::GetHardwareDisplay() {
223 EGLNativeDisplayType GLSurfaceEGL::GetNativeDisplay() {
227 const char* GLSurfaceEGL::GetEGLExtensions() {
231 bool GLSurfaceEGL::HasEGLExtension(const char* name) {
235 bool GLSurfaceEGL::IsCreateContextRobustnessSupported() {
239 GLSurfaceEGL::~GLSurfaceEGL() {
    [all...]
gl_image_egl.cc 31 GLSurfaceEGL::GetHardwareDisplay(),
51 GLSurfaceEGL::GetHardwareDisplay(), egl_image_);
gl_context_egl.cc 55 if (GLSurfaceEGL::IsCreateContextRobustnessSupported()) {
192 return GLSurfaceEGL::IsCreateContextRobustnessSupported();
gl_surface_win.cc 96 if (!GLSurfaceEGL::InitializeOneOff()) {
97 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 209 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
262 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
278 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
350 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
653 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
    [all...]
gpu_video_decode_accelerator.cc 275 gfx::GLSurfaceEGL::GetHardwareDisplay(),
  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 273 gfx::GLSurfaceEGL::GetHardwareDisplay(), EGL_EXTENSIONS);
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 116 EGLDisplay egl_display = gfx::GLSurfaceEGL::GetHardwareDisplay();
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 504 gfx::GLSurfaceEGL::GetHardwareDisplay(),

Completed in 232 milliseconds