Searched defs:eglSurface (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
H A DesUtil.h84 EGLSurface eglSurface; member in struct:__anon10531
H A DesUtil.c58 EGLContext* eglContext, EGLSurface* eglSurface,
132 *eglSurface = surface;
206 &esContext->eglSurface,
57 CreateEGLContext( EGLNativeWindowType hWnd, EGLDisplay* eglDisplay, EGLContext* eglContext, EGLSurface* eglSurface, EGLint* configAttribList, EGLint* surfaceAttribList) argument
/external/chromium_org/third_party/angle_dx11/src/libEGL/
H A DlibEGL.cpp379 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); local
381 if (!validateSurface(display, eglSurface))
409 egl::Surface *eglSurface = (egl::Surface*)surface; local
411 if (!validateSurface(display, eglSurface))
433 *value = eglSurface->getHeight();
469 *value = eglSurface->getWidth();
472 *value = eglSurface->isPostSubBufferSupported();
494 egl::Surface *eglSurface = (egl::Surface*)surface; local
496 if (!validateSurface(display, eglSurface))
510 rx::SwapChain *swapchain = eglSurface
637 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); local
661 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); local
708 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); local
1053 egl::Surface *eglSurface = (egl::Surface*)surface; local
1090 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); local
1124 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); local
[all...]
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp385 EGLSurface* eglSurface,
469 *eglSurface = surface;
381 create_ANGLE(EGLNativeWindowType hWnd, int msaaSampleCount, EGLDisplay* eglDisplay, EGLContext* eglContext, EGLSurface* eglSurface, EGLConfig* eglConfig) argument
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp385 EGLSurface* eglSurface,
469 *eglSurface = surface;
381 create_ANGLE(EGLNativeWindowType hWnd, int msaaSampleCount, EGLDisplay* eglDisplay, EGLContext* eglContext, EGLSurface* eglSurface, EGLConfig* eglConfig) argument

Completed in 176 milliseconds