Home
last modified time | relevance | path

Searched refs:EGLNativePixmapType (Results 1 – 12 of 12) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglPixmapSurface.h27 EglPixmapSurface(EglDisplay *dpy, EGLNativePixmapType pix,EglConfig* config);
32 static bool alreadyAssociatedWithConfig(EGLNativePixmapType pix);
34 EGLNativePixmapType m_pixmap;
35 static std::set<EGLNativePixmapType> s_associatedPixmaps;
DEglPixmapSurface.cpp19 std::set<EGLNativePixmapType> EglPixmapSurface::s_associatedPixmaps;
21 bool EglPixmapSurface::alreadyAssociatedWithConfig(EGLNativePixmapType pix) { in alreadyAssociatedWithConfig()
27 EGLNativePixmapType pix, in EglPixmapSurface()
DEglOsApi.h45 …bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfi…
57 EGLNativeSurfaceType createPixmapSurface(EGLNativePixmapType pix);
DEglMacApi.cpp138 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch()
213 EGLNativeSurfaceType createPixmapSurface(EGLNativePixmapType pix){ in createPixmapSurface()
DEglX11Api.cpp214 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch()
299 EGLNativeSurfaceType createPixmapSurface(EGLNativePixmapType pix){ in createPixmapSurface()
DEglWindowsApi.cpp460 bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig… in checkPixmapPixelFormatMatch()
587 EGLNativeSurfaceType createPixmapSurface(EGLNativePixmapType pix){ in createPixmapSurface()
DEglImp.cpp547 EGLNativePixmapType pixmap, in eglCreatePixmapSurface()
967 EGLNativePixmapType target) { in eglCopyBuffers()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Deglplatform.h72 typedef HBITMAP EGLNativePixmapType; typedef
78 typedef void* EGLNativePixmapType; typedef
89 typedef Pixmap EGLNativePixmapType; typedef
98 typedef EGLNativePixmapType NativePixmapType;
Degl.h271 EGLNativePixmapType pixmap,
314 EGLNativePixmapType target);
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_proc.h33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const …
55 typedef EGLBoolean (* eglCopyBuffers_t) (EGLDisplay, EGLSurface, EGLNativePixmapType);
Degl.cpp114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
224 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
/sdk/emulator/opengl/host/libs/libOpenglRender/
Degl_proc.h33 …ce (EGLAPIENTRY *eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const EGLi…
55 typedef EGLBoolean (EGLAPIENTRY *eglCopyBuffers_t) (EGLDisplay, EGLSurface, EGLNativePixmapType);