HomeSort by relevance Sort by last modified time
    Searched refs:EGLBoolean (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/native/opengl/tools/glgen/specs/egl/
EGLExt.spec 0 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
EGL14.spec 3 EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor )
4 EGLBoolean eglTerminate ( EGLDisplay dpy )
6 EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config )
7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
13 EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
14 EGLBoolean eglBindAPI ( EGLenum api )
16 EGLBoolean eglWaitClient ( void )
17 EGLBoolean eglReleaseThread ( void
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.h 75 EGLBoolean IsLinked;
88 EGLBoolean MESA_screen_surface;
89 EGLBoolean MESA_copy_context;
90 EGLBoolean MESA_drm_display;
91 EGLBoolean MESA_drm_image;
93 EGLBoolean WL_bind_wayland_display;
95 EGLBoolean KHR_image_base;
96 EGLBoolean KHR_image_pixmap;
97 EGLBoolean KHR_vg_parent_image;
98 EGLBoolean KHR_gl_texture_2D_image
    [all...]
eglapi.h 45 typedef EGLBoolean (*Initialize_t)(_EGLDriver *, _EGLDisplay *dpy);
46 typedef EGLBoolean (*Terminate_t)(_EGLDriver *, _EGLDisplay *dpy);
49 typedef EGLBoolean (*GetConfigs_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
50 typedef EGLBoolean (*ChooseConfig_t)(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
51 typedef EGLBoolean (*GetConfigAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLint attribute, EGLint *value);
55 typedef EGLBoolean (*DestroyContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx);
57 typedef EGLBoolean (*MakeCurrent_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *draw, _EGLSurface *read, _EGLContext *ctx);
58 typedef EGLBoolean (*QueryContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *value);
64 typedef EGLBoolean (*DestroySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface);
65 typedef EGLBoolean (*QuerySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint attribute, EGLin (…)
    [all...]
eglsurface.h 58 EGLBoolean MipmapTexture;
59 EGLBoolean LargestPbuffer;
75 EGLBoolean BoundToTexture;
77 EGLBoolean PostSubBufferSupportedNV;
81 PUBLIC EGLBoolean
86 extern EGLBoolean
90 extern EGLBoolean
94 PUBLIC extern EGLBoolean
98 extern EGLBoolean
117 static INLINE EGLBoolean
    [all...]
eglscreen.h 92 extern EGLBoolean
96 extern EGLBoolean
100 extern EGLBoolean
105 extern EGLBoolean
109 extern EGLBoolean
eglcurrent.h 63 static INLINE EGLBoolean
100 extern EGLBoolean
112 PUBLIC EGLBoolean
eglmode.h 65 extern EGLBoolean
71 extern EGLBoolean
76 extern EGLBoolean
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_proc.h 25 typedef EGLBoolean (* eglInitialize_t) (EGLDisplay, EGLint*, EGLint*);
26 typedef EGLBoolean (* eglTerminate_t) (EGLDisplay);
28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
34 typedef EGLBoolean (* eglDestroySurface_t) (EGLDisplay, EGLSurface);
35 typedef EGLBoolean (* eglQuerySurface_t) (EGLDisplay, EGLSurface, EGLint, EGLint*);
36 typedef EGLBoolean (* eglBindAPI_t) (EGLenum);
38 typedef EGLBoolean (* eglWaitClient_t) ();
39 typedef EGLBoolean (* eglReleaseThread_t) ()
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwDefs.cpp 35 DE_STATIC_ASSERT(sizeof(EGLBoolean) == 4);
eglwFuncPtrLibraryDecl.inl 6 EGLBoolean bindAPI (EGLenum api) const;
7 EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const;
8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const;
11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const;
25 EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const;
26 EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const;
27 EGLBoolean destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const;
28 EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const;
29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const;
30 EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const
    [all...]
eglwFunctionTypes.inl 6 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindAPIFunc) (EGLenum api);
7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
25 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyContextFunc) (EGLDisplay dpy, EGLContext ctx);
26 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyImageFunc) (EGLDisplay dpy, EGLImage image);
27 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyImageKHRFunc) (EGLDisplay dpy, EGLImageKHR image);
28 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySurfaceFunc) (EGLDisplay dpy, EGLSurface surface);
29 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncFunc) (EGLDisplay dpy, EGLSync sync);
30 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncKHRFunc) (EGLDisplay dpy, EGLSyncKHR sync)
    [all...]
eglwLibrary.inl 6 virtual EGLBoolean bindAPI (EGLenum api) const = 0;
7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const = 0;
8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const = 0;
11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const = 0;
25 virtual EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const = 0;
26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const = 0;
27 virtual EGLBoolean destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const = 0;
28 virtual EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const = 0;
29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const = 0;
30 virtual EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const = 0
    [all...]
eglwApi.inl 63 EGLBoolean eglwBindAPI (EGLenum api);
64 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
65 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
68 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
82 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx);
83 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image);
84 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
85 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface);
86 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync);
87 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
    [all...]
  /external/mesa3d/include/EGL/
eglmesaext.h 56 EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
57 EGLAPI EGLBoolean EGLAPIENTRY eglGetModesMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
58 EGLAPI EGLBoolean EGLAPIENTRY eglGetModeAttribMESA(EGLDisplay dpy, EGLModeMESA mode, EGLint attribute, EGLint *value);
59 EGLAPI EGLBoolean EGLAPIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens);
61 EGLAPI EGLBoolean EGLAPIENTRY eglShowScreenSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode);
62 EGLAPI EGLBoolean EGLAPIENTRY eglScreenPositionMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint x, EGLint y);
63 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint attribute, EGLint *value);
64 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenSurfaceMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface);
65 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenModeMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *mode);
69 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSEMODEMESA) (EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_li (…)
    [all...]
egl.h 44 typedef unsigned int EGLBoolean;
252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void)
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 6 eglw::EGLBoolean eglBindAPI (eglw::EGLenum api);
7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer);
8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config);
11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target);
25 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
26 eglw::EGLBoolean eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image);
27 eglw::EGLBoolean eglDestroyImageKHR (eglw::EGLDisplay dpy, eglw::EGLImageKHR image);
28 eglw::EGLBoolean eglDestroySurface (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
29 eglw::EGLBoolean eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync);
30 eglw::EGLBoolean eglDestroySyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync)
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 4 typedef int EGLBoolean;
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
52 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
53 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format);
54 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
61 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);
62 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 62 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) {
66 EGLBoolean eglTerminate(EGLDisplay dpy) {
74 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
93 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) {
98 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
104 EGLBoolean eglReleaseThread(void) {
108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
113 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) {
122 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
127 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.h 39 EGLBoolean
46 EGLBoolean
egl_g3d_sync.h 38 EGLBoolean
45 EGLBoolean
  /frameworks/native/opengl/tests/include/
glTestLib.h 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 44 typedef unsigned int EGLBoolean;
252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void)
    [all...]
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
147 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync)
    [all...]

Completed in 2745 milliseconds

1 2 3 4 5 6 7 8 9