HomeSort by relevance Sort by last modified time
    Searched refs:EGLBoolean (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2_fallbacks.h 57 static inline EGLBoolean
64 static inline EGLBoolean
73 static inline EGLBoolean
81 static inline EGLBoolean
89 static inline EGLBoolean
112 static inline EGLBoolean
egl_dri2.h 105 EGLBoolean (*destroy_surface)(_EGLDriver *drv, _EGLDisplay *dpy,
108 EGLBoolean (*swap_interval)(_EGLDriver *drv, _EGLDisplay *dpy,
116 EGLBoolean (*swap_buffers)(_EGLDriver *drv, _EGLDisplay *dpy,
119 EGLBoolean (*swap_buffers_with_damage)(_EGLDriver *drv, _EGLDisplay *dpy,
123 EGLBoolean (*swap_buffers_region)(_EGLDriver *drv, _EGLDisplay *dpy,
127 EGLBoolean (*post_sub_buffer)(_EGLDriver *drv, _EGLDisplay *dpy,
132 EGLBoolean (*copy_buffers)(_EGLDriver *drv, _EGLDisplay *dpy,
138 EGLBoolean (*query_surface)(_EGLDriver *drv, _EGLDisplay *dpy,
145 EGLBoolean (*get_sync_values)(_EGLDisplay *display, _EGLSurface *surface,
340 EGLBoolean
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Config.h 50 EGLBoolean mBindToTextureRGB; // True if bindable to RGB textures.
51 EGLBoolean mBindToTextureRGBA; // True if bindable to RGBA textures.
58 EGLBoolean mMatchNativePixmap; // Match the native pixmap format
64 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface
77 EGLBoolean mRecordableAndroid; // EGL_ANDROID_recordable
78 EGLBoolean mFramebufferTargetAndroid; // EGL_ANDROID_framebuffer_target
main.cpp 311 EGLBoolean Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
312 EGLBoolean Terminate(EGLDisplay dpy);
314 EGLBoolean GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
315 EGLBoolean ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
316 EGLBoolean GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
320 EGLBoolean DestroySurface(EGLDisplay dpy, EGLSurface surface);
321 EGLBoolean QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
322 EGLBoolean BindAPI(EGLenum api);
324 EGLBoolean WaitClient(void);
325 EGLBoolean ReleaseThread(void)
    [all...]
  /external/swiftshader/include/EGL/
eglext.h 127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
139 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value);
141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *value);
153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
209 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
    [all...]
egl.h 54 typedef unsigned int EGLBoolean;
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
136 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
    [all...]
  /frameworks/native/opengl/tests/lib/include/
glTestLib.h 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /device/generic/goldfish-opengl/system/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...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 44 typedef unsigned int EGLBoolean;
253 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
254 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
258 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
260 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
263 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
274 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
275 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
278 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
281 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
    [all...]
  /frameworks/native/opengl/include/EGL/
egl.h 54 typedef unsigned int EGLBoolean;
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
136 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryImpl.inl 7 EGLBoolean FuncPtrLibrary::bindAPI (EGLenum api) const
12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const
17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const
32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const
102 EGLBoolean FuncPtrLibrary::destroyContext (EGLDisplay dpy, EGLContext ctx) const
107 EGLBoolean FuncPtrLibrary::destroyImage (EGLDisplay dpy, EGLImage image) const
112 EGLBoolean FuncPtrLibrary::destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const
117 EGLBoolean FuncPtrLibrary::destroySurface (EGLDisplay dpy, EGLSurface surface) const
122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const
127 EGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) cons
    [all...]
  /external/deqp/modules/egl/
teglApiCase.hpp 55 void expectBoolean (eglw::EGLBoolean expected, eglw::EGLBoolean got);
62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); }
63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); }
  /external/mesa3d/src/egl/main/
eglimage.h 46 EGLBoolean IsPresent;
52 EGLBoolean ImagePreserved;
94 extern EGLBoolean
113 static inline EGLBoolean
egldriver.h 103 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only);
120 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
eglcontext.h 71 extern EGLBoolean
76 extern EGLBoolean
80 extern EGLBoolean
101 static inline EGLBoolean
eglcurrent.h 71 static inline EGLBoolean
91 extern EGLBoolean
99 extern EGLBoolean
eglsync.h 55 extern EGLBoolean
60 extern EGLBoolean
80 static inline EGLBoolean
eglconfig.h 197 extern EGLBoolean
198 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching);
201 extern EGLBoolean
205 extern EGLBoolean
212 const _EGLConfig *criteria, EGLBoolean compare_id);
215 extern EGLBoolean
218 EGLBoolean (*match)(const _EGLConfig *, void *),
224 extern EGLBoolean
228 extern EGLBoolean
232 extern EGLBoolean
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 68 typedef int EGLBoolean;
197 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
198 GLAPI EGLBoolean APIENTRY eglTerminate (EGLDisplay dpy);
202 GLAPI EGLBoolean APIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
209 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
210 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
    [all...]
  /external/mesa3d/include/EGL/
egl.h 54 typedef unsigned int EGLBoolean;
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
136 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 238 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
243 EGLBoolean eglTerminate(EGLDisplay dpy)
253 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
290 EGLBoolean res;
313 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface);
371 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
373 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value)
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 7 eglw::EGLBoolean CallLogWrapper::eglBindAPI (eglw::EGLenum api)
11 eglw::EGLBoolean returnValue = m_egl.bindAPI(api);
17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer)
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config)
31 eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
62 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target)
66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);
202 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx)
206 eglw::EGLBoolean returnValue = m_egl.destroyContext(dpy, ctx)
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 267 extern EGLBoolean egl_init_drivers();
303 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
308 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
310 EGLBoolean res = dp->initialize(major, minor);
315 EGLBoolean eglTerminate(EGLDisplay dpy)
324 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE);
326 EGLBoolean res = dp->terminate();
335 EGLBoolean eglGetConfigs( EGLDisplay dpy,
345 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE);
348 EGLBoolean res = EGL_FALSE
    [all...]
egl_display.h 64 EGLBoolean initialize(EGLint *major, EGLint *minor);
65 EGLBoolean terminate();
77 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
189 EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx);
190 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 170 /* EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor ) */
177 EGLBoolean _returnValue = (EGLBoolean) 0;
245 /* EGLBoolean eglTerminate ( EGLDisplay dpy ) */
249 EGLBoolean _returnValue = (EGLBoolean) 0;
268 /* EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config ) */
275 EGLBoolean _returnValue = (EGLBoolean) 0;
342 /* EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_siz (…)
    [all...]

Completed in 1764 milliseconds

12 3 4 5 6