Searched refs:EGL_TRUE (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglimage.c132 attrs->DMABufFourCC.IsPresent = EGL_TRUE;
136 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE;
140 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE;
144 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE;
148 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE;
152 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE;
156 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE;
160 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE;
164 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE;
168 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE;
[all...]
H A Degldriver.c99 disp->Options.ForceSoftware = EGL_TRUE;
105 disp->Initialized = EGL_TRUE;
H A Deglglobals.c119 registered = EGL_TRUE;
195 return EGL_TRUE;
H A Deglconfig.c277 EGLBoolean valid = EGL_TRUE;
306 if (val != EGL_TRUE && val != EGL_FALSE)
376 valid = EGL_TRUE;
378 valid = EGL_TRUE;
449 EGLBoolean matched = EGL_TRUE;
516 return EGL_TRUE;
549 if (!_eglValidateConfig(conf, EGL_TRUE))
576 return EGL_TRUE;
748 return EGL_TRUE;
772 return EGL_TRUE;
[all...]
H A Deglcontext.c285 if (val == EGL_TRUE)
295 if (val == EGL_TRUE)
305 if (val == EGL_TRUE)
315 if (val == EGL_TRUE)
335 /* Canonicalize value to EGL_TRUE/EGL_FALSE definitions */
618 return EGL_TRUE;
702 return EGL_TRUE;
746 return EGL_TRUE;
794 return EGL_TRUE;
860 return EGL_TRUE;
[all...]
H A Deglcurrent.c94 _egl_TSDInitialized = EGL_TRUE;
100 return EGL_TRUE;
144 if (_eglInitTSD() != EGL_TRUE) {
H A Degldevice.c100 .MESA_device_software = EGL_TRUE,
142 dev->EXT_device_drm = EGL_TRUE;
306 return EGL_TRUE;
H A Deglsync.c118 return EGL_TRUE;
154 return EGL_TRUE;
H A Deglglvnd.c80 return EGL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglimage.c138 attrs->DMABufFourCC.IsPresent = EGL_TRUE;
142 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE;
146 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE;
150 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE;
154 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE;
158 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE;
162 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE;
166 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE;
170 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE;
174 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE;
[all...]
H A Deglglobals.c130 registered = EGL_TRUE;
172 return EGL_TRUE;
H A Deglcontext.c293 if (val == EGL_TRUE)
303 if (val == EGL_TRUE)
313 if (val == EGL_TRUE)
323 if (val == EGL_TRUE)
338 ctx->ClientMajorVersion < 2) && val == EGL_TRUE) {
343 /* Canonicalize value to EGL_TRUE/EGL_FALSE definitions */
626 return EGL_TRUE;
706 return EGL_TRUE;
750 return EGL_TRUE;
798 return EGL_TRUE;
[all...]
H A Deglconfig.c277 EGLBoolean valid = EGL_TRUE;
306 if (val != EGL_TRUE && val != EGL_FALSE)
376 valid = EGL_TRUE;
378 valid = EGL_TRUE;
449 EGLBoolean matched = EGL_TRUE;
516 return EGL_TRUE;
549 if (!_eglValidateConfig(conf, EGL_TRUE))
576 return EGL_TRUE;
745 return EGL_TRUE;
769 return EGL_TRUE;
[all...]
H A Degldevice.c103 .MESA_device_software = EGL_TRUE,
104 .EXT_device_drm_render_node = EGL_TRUE,
146 dev->EXT_device_drm = EGL_TRUE;
152 dev->EXT_device_drm_render_node = EGL_TRUE;
364 return EGL_TRUE;
H A Deglcurrent.c95 _egl_TSDInitialized = EGL_TRUE;
101 return EGL_TRUE;
151 if (_eglInitTSD() != EGL_TRUE) {
H A Deglsync.c118 return EGL_TRUE;
154 return EGL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c52 return EGL_TRUE;
104 base.NativeRenderable = EGL_TRUE;
226 disp->Extensions.KHR_no_config_context = EGL_TRUE;
227 disp->Extensions.KHR_surfaceless_context = EGL_TRUE;
228 disp->Extensions.MESA_query_driver = EGL_TRUE;
234 disp->Extensions.EXT_pixel_format_float = EGL_TRUE;
240 disp->Extensions.KHR_gl_colorspace = EGL_TRUE;
242 disp->Extensions.KHR_create_context = EGL_TRUE;
243 disp->Extensions.KHR_reusable_sync = EGL_TRUE;
246 disp->Extensions.KHR_image_base = EGL_TRUE;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp138 return EGL_TRUE;
172 _eglSetConfigKey(&conf->base, EGL_NATIVE_RENDERABLE, EGL_TRUE); // Let's say yes
199 return EGL_TRUE;
229 return EGL_TRUE;
237 return EGL_TRUE;
278 return EGL_TRUE;
299 return EGL_TRUE;
311 return EGL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp138 return EGL_TRUE;
171 conf->base.NativeRenderable = EGL_TRUE; // Let's say yes
198 return EGL_TRUE;
226 return EGL_TRUE;
234 return EGL_TRUE;
275 return EGL_TRUE;
296 return EGL_TRUE;
308 return EGL_TRUE;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c191 return EGL_TRUE;
311 base.NativeRenderable = EGL_TRUE;
470 int ret = EGL_TRUE;
537 return EGL_TRUE;
632 disp->Extensions.KHR_no_config_context = EGL_TRUE;
633 disp->Extensions.KHR_surfaceless_context = EGL_TRUE;
636 disp->Extensions.MESA_query_driver = EGL_TRUE;
644 disp->Extensions.EXT_pixel_format_float = EGL_TRUE;
648 disp->Extensions.KHR_gl_colorspace = EGL_TRUE;
653 disp->Extensions.KHR_create_context = EGL_TRUE;
[all...]
H A Dplatform_android.c238 updated = EGL_TRUE;
255 return EGL_TRUE;
295 return EGL_TRUE;
309 dri2_surf->base.Lost = EGL_TRUE;
476 return EGL_TRUE;
490 return EGL_TRUE;
505 dri2_surf->base.Lost = EGL_TRUE;
712 return EGL_TRUE;
751 return EGL_TRUE;
766 return EGL_TRUE;
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c344 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE;
421 return EGL_TRUE;
628 return EGL_TRUE;
742 return EGL_TRUE;
781 class_added[visuals[i]._class] = EGL_TRUE;
846 return EGL_TRUE;
860 return EGL_TRUE;
876 return EGL_TRUE;
937 return EGL_TRUE;
944 return EGL_TRUE;
[all...]
H A Dplatform_android.c510 updated = EGL_TRUE;
527 return EGL_TRUE;
565 return EGL_TRUE;
580 dri2_surf->base.Lost = EGL_TRUE;
772 return EGL_TRUE;
785 return EGL_TRUE;
800 dri2_surf->base.Lost = EGL_TRUE;
978 return EGL_TRUE;
1017 return EGL_TRUE;
1081 return EGL_TRUE;
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c102 return EGL_TRUE;
184 return EGL_TRUE;
197 if (check_ext(eglman) != EGL_TRUE)
237 return EGL_TRUE;
284 return EGL_TRUE;
389 if (create_x_window(eglman, "vgimage to texture") != EGL_TRUE)
397 if (egl_init(eglman) != EGL_TRUE)
403 if (vg_es_init(eglman) != EGL_TRUE)
H A Dvgimage2tex.c92 return EGL_TRUE;
174 return EGL_TRUE;
187 if (check_ext(eglman) != EGL_TRUE)
227 return EGL_TRUE;
270 return EGL_TRUE;
387 if (create_x_window(eglman, "vgimage to texture") != EGL_TRUE)
395 if (egl_init(eglman) != EGL_TRUE)
401 if (vg_es_init(eglman) != EGL_TRUE)

Completed in 20 milliseconds

123