Home
last modified time | relevance | path

Searched refs:eglCreatePixmapSurface_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h32 eglCreatePixmapSurface_t eglCreatePixmapSurface;
77eglCreatePixmapSurface_t set_eglCreatePixmapSurface(eglCreatePixmapSurface_t f) { eglCreatePixmapS… in set_eglCreatePixmapSurface()
Degl_proc.h33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const … typedef
Degl_dispatch.cpp35 …android,"eglCreatePixmapSurface"); disp->set_eglCreatePixmapSurface((eglCreatePixmapSurface_t)ptr); in create_egl_dispatch()