Searched refs:NativePixmapType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Deglplatform.h58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
78 typedef EGLNativePixmapType NativePixmapType; typedef
/external/chromium_org/third_party/angle/include/EGL/
H A Deglplatform.h58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
112 typedef EGLNativePixmapType NativePixmapType; typedef
/external/chromium_org/third_party/khronos/EGL/
H A Deglplatform.h58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
132 typedef EGLNativePixmapType NativePixmapType; typedef
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Deglplatform.h58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
146 typedef EGLNativePixmapType NativePixmapType; typedef
/external/mesa3d/include/EGL/
H A Deglplatform.h58 /* The types NativeDisplayType, NativeWindowType, and NativePixmapType
133 typedef EGLNativePixmapType NativePixmapType; typedef
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp160 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, (NativePixmapType)0));
163 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, (NativePixmapType)0));
170 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, (NativePixmapType)0));
173 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, (NativePixmapType)0));

Completed in 1605 milliseconds