| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglglobals.c | 107 static EGLBoolean registered = EGL_FALSE; 126 static EGLBoolean registered = EGL_FALSE; 149 return EGL_FALSE; 158 return EGL_FALSE;
|
| H A D | eglapi.c | 286 return EGL_FALSE; 620 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); 623 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); 638 RETURN_EGL_ERROR(disp, EGL_NOT_INITIALIZED, EGL_FALSE); 642 RETURN_EGL_ERROR(disp, EGL_NOT_INITIALIZED, EGL_FALSE); 696 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); 699 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); 705 disp->Initialized = EGL_FALSE; 753 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); 755 _EGL_CHECK_DISPLAY(disp, EGL_FALSE); [all...] |
| H A D | eglconfig.c | 292 valid = EGL_FALSE; 297 valid = EGL_FALSE; 301 valid = EGL_FALSE; 306 if (val != EGL_TRUE && val != EGL_FALSE) 307 valid = EGL_FALSE; 314 valid = EGL_FALSE; 318 valid = EGL_FALSE; 322 valid = EGL_FALSE; 327 valid = EGL_FALSE; 361 valid = EGL_FALSE; [all...] |
| H A D | eglcurrent.c | 76 _egl_TSDInitialized = EGL_FALSE; 92 return EGL_FALSE; 220 * Record EGL error code and return EGL_FALSE. 228 return EGL_FALSE; 281 return EGL_FALSE; 298 return EGL_FALSE;
|
| H A D | eglsurface.c | 228 if (val != EGL_TRUE && val != EGL_FALSE) { 240 if (val != EGL_TRUE && val != EGL_FALSE) { 356 * \return EGL_TRUE if no errors, EGL_FALSE otherwise. 386 return EGL_FALSE; 396 surf->Lost = EGL_FALSE; 402 surf->MipmapTexture = EGL_FALSE; 403 surf->LargestPbuffer = EGL_FALSE; 409 surf->ProtectedContent = EGL_FALSE; 410 surf->PresentOpaque = EGL_FALSE; 420 surf->PostSubBufferSupportedNV = EGL_FALSE; [all...] |
| H A D | eglglvnd.c | 88 return EGL_FALSE;
|
| H A D | eglsync.h | 83 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglapi.c | 287 return EGL_FALSE; 609 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); 612 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); 616 RETURN_EGL_ERROR(disp, EGL_NOT_INITIALIZED, EGL_FALSE); 665 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); 668 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); 676 disp->Initialized = EGL_FALSE; 728 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); 730 _EGL_CHECK_DISPLAY(disp, EGL_FALSE, drv); 745 _EGL_FUNC_START(disp, EGL_OBJECT_DISPLAY_KHR, NULL, EGL_FALSE); [all...] |
| H A D | eglglobals.c | 96 static EGLBoolean registered = EGL_FALSE; 115 static EGLBoolean registered = EGL_FALSE; 174 return EGL_FALSE; 181 return EGL_FALSE;
|
| H A D | eglconfig.c | 292 valid = EGL_FALSE; 297 valid = EGL_FALSE; 301 valid = EGL_FALSE; 306 if (val != EGL_TRUE && val != EGL_FALSE) 307 valid = EGL_FALSE; 314 valid = EGL_FALSE; 318 valid = EGL_FALSE; 322 valid = EGL_FALSE; 327 valid = EGL_FALSE; 361 valid = EGL_FALSE; [all...] |
| H A D | eglcurrent.c | 75 _egl_TSDInitialized = EGL_FALSE; 91 return EGL_FALSE; 213 * Record EGL error code and return EGL_FALSE. 221 return EGL_FALSE; 274 return EGL_FALSE; 291 return EGL_FALSE;
|
| H A D | eglglvnd.c | 68 return EGL_FALSE;
|
| H A D | eglsync.h | 83 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE;
|
| H A D | eglsurface.c | 225 if (val != EGL_TRUE && val != EGL_FALSE) { 333 * \return EGL_TRUE if no errors, EGL_FALSE otherwise. 362 return EGL_FALSE; 372 surf->Lost = EGL_FALSE; 378 surf->MipmapTexture = EGL_FALSE; 379 surf->LargestPbuffer = EGL_FALSE; 394 surf->PostSubBufferSupportedNV = EGL_FALSE; 395 surf->SetDamageRegionCalled = EGL_FALSE; 396 surf->BufferAgeRead = EGL_FALSE; 537 return EGL_FALSE; [all...] |
| H A D | egldevice.c | 201 return EGL_FALSE; 212 return EGL_FALSE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2_fallbacks.h | 74 return EGL_FALSE; 82 return EGL_FALSE; 98 return EGL_FALSE; 121 return EGL_FALSE;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 72 return EGL_FALSE; 80 return EGL_FALSE; 90 return EGL_FALSE; 97 return EGL_FALSE; 133 return EGL_FALSE; 140 return EGL_FALSE; 149 return EGL_FALSE; 166 return EGL_FALSE; 199 return EGL_FALSE; 208 return EGL_FALSE; [all...] |
| H A D | vgimage2tex.c | 69 return EGL_FALSE; 77 return EGL_FALSE; 88 return EGL_FALSE; 123 return EGL_FALSE; 130 return EGL_FALSE; 139 return EGL_FALSE; 156 return EGL_FALSE; 189 return EGL_FALSE; 198 return EGL_FALSE; 207 return EGL_FALSE; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/ |
| H A D | egl_haiku.cpp | 168 _eglSetConfigKey(&conf->base, EGL_BIND_TO_TEXTURE_RGB, EGL_FALSE); 169 _eglSetConfigKey(&conf->base, EGL_BIND_TO_TEXTURE_RGBA, EGL_FALSE); 186 if (!_eglValidateConfig(&conf->base, EGL_FALSE)) { 203 return EGL_FALSE; 217 return EGL_FALSE; 223 return EGL_FALSE; 295 return EGL_FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/ |
| H A D | egl_haiku.cpp | 167 conf->base.BindToTextureRGB = EGL_FALSE; 168 conf->base.BindToTextureRGBA = EGL_FALSE; 185 if (!_eglValidateConfig(&conf->base, EGL_FALSE)) { 202 return EGL_FALSE; 216 return EGL_FALSE; 222 return EGL_FALSE; 292 return EGL_FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 269 (int64_t *) sbc) ? EGL_TRUE : EGL_FALSE; 548 return EGL_FALSE; 552 return EGL_FALSE; 556 return EGL_FALSE; 576 return EGL_FALSE; 590 return EGL_FALSE; 605 return EGL_FALSE; 617 return EGL_FALSE; 626 return EGL_FALSE;
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | WL_bind_wayland_display.spec | 98 eglBindWaylandDisplayWL returns EGL_FALSE when there is already a 101 eglUnbindWaylandDisplayWL returns EGL_FALSE when there is no 112 return EGL_FALSE. In that case the wl_buffer can not be used with 176 eglQueryWaylandBufferWL returns EGL_FALSE, in that case
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | WL_bind_wayland_display.spec | 98 eglBindWaylandDisplayWL returns EGL_FALSE when there is already a 101 eglUnbindWaylandDisplayWL returns EGL_FALSE when there is no 112 return EGL_FALSE. In that case the wl_buffer can not be used with 176 eglQueryWaylandBufferWL returns EGL_FALSE, in that case
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 46 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 47 return EGL_FALSE; 50 return EGL_FALSE; 130 if (!_eglValidateConfig(&base, EGL_FALSE)) { 274 EGLBoolean ret = EGL_FALSE; 303 return EGL_FALSE; 307 return EGL_FALSE; 539 return EGL_FALSE;
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | egl_without_glx.c | 93 return EGL_FALSE;
|