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

1 2 3 4 5 6

  /frameworks/base/libs/hwui/debug/
nullegl.cpp 63 return EGL_TRUE;
67 return EGL_TRUE;
79 return EGL_TRUE;
95 return EGL_TRUE;
101 return EGL_TRUE;
105 return EGL_TRUE;
110 return EGL_TRUE;
114 return EGL_TRUE;
124 return EGL_TRUE;
132 return EGL_TRUE;
    [all...]
  /frameworks/native/opengl/tests/include/
glTestLib.h 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 51 ASSERT_EQ(EGL_TRUE, success);
68 ASSERT_EQ(EGL_TRUE, success);
75 ASSERT_EQ(EGL_TRUE, success);
78 ASSERT_EQ(EGL_TRUE, success);
81 ASSERT_EQ(EGL_TRUE, success);
142 ASSERT_EQ(EGL_TRUE, success);
149 ASSERT_EQ(EGL_TRUE, success);
152 ASSERT_EQ(EGL_TRUE, success);
155 ASSERT_EQ(EGL_TRUE, success);
158 ASSERT_EQ(EGL_TRUE, success)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 88 return EGL_TRUE;
91 return EGL_TRUE;
97 return EGL_TRUE;
100 return EGL_TRUE;
egl_g3d.c 299 conf->NativeRenderable = EGL_TRUE;
306 conf->BindToTextureRGB = EGL_TRUE;
308 conf->BindToTextureRGBA = EGL_TRUE;
374 return EGL_TRUE;
515 return EGL_TRUE;
530 return EGL_TRUE;
574 dpy->Extensions.MESA_screen_surface = EGL_TRUE;
579 dpy->Extensions.KHR_image_base = EGL_TRUE;
581 dpy->Extensions.KHR_image_pixmap = EGL_TRUE;
583 dpy->Extensions.KHR_reusable_sync = EGL_TRUE;
    [all...]
egl_g3d_api.c 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE);
210 return EGL_TRUE;
302 gsurf->base.PostSubBufferSupportedNV = EGL_TRUE;
482 return EGL_TRUE;
495 EGLBoolean ok = EGL_TRUE;
565 return EGL_TRUE;
569 return EGL_TRUE;
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE);
625 return EGL_TRUE;
633 return swap_buffers(drv, dpy, surf, 1, rect, EGL_TRUE);
    [all...]
  /external/mesa3d/src/egl/main/
eglscreen.c 160 return EGL_TRUE;
171 return EGL_TRUE;
185 return EGL_TRUE;
197 return EGL_TRUE;
209 return EGL_TRUE;
231 return EGL_TRUE;
eglglobals.c 72 registered = EGL_TRUE;
eglsync.c 87 return EGL_TRUE;
115 return EGL_TRUE;
egldriver.c 204 return EGL_TRUE;
231 return EGL_TRUE;
330 return EGL_TRUE;
350 return EGL_TRUE;
358 return EGL_TRUE;
363 return EGL_TRUE;
413 use_env = EGL_TRUE;
507 return EGL_TRUE;
516 return EGL_TRUE;
561 return EGL_TRUE;
    [all...]
eglmode.c 84 * Return EGL_FALSE if any errors, EGL_TRUE otherwise.
132 if (mode->Interlaced != EGL_TRUE && mode->Interlaced != EGL_FALSE) {
139 if (mode->Optimal != EGL_TRUE && mode->Optimal != EGL_FALSE) {
149 return EGL_TRUE;
156 * \return EGL_TRUE if qualifies, EGL_FALSE otherwise
174 return EGL_TRUE;
298 return EGL_TRUE;
323 return EGL_TRUE;
342 return EGL_TRUE;
eglcurrent.c 102 _egl_TSDInitialized = EGL_TRUE;
108 return EGL_TRUE;
137 return EGL_TRUE;
185 if (_eglInitTSD(&_eglDestroyThreadInfo) != EGL_TRUE) {
eglconfig.c 262 EGLBoolean valid = EGL_TRUE;
291 if (val != EGL_TRUE && val != EGL_FALSE)
360 valid = EGL_TRUE;
362 valid = EGL_TRUE;
433 EGLBoolean matched = EGL_TRUE;
496 return EGL_TRUE;
529 if (!_eglValidateConfig(conf, EGL_TRUE))
556 return EGL_TRUE;
728 return EGL_TRUE;
752 return EGL_TRUE;
    [all...]
eglsurface.c 179 if (val != EGL_TRUE && val != EGL_FALSE) {
276 * \return EGL_TRUE if no errors, EGL_FALSE otherwise.
347 return EGL_TRUE;
417 return EGL_TRUE;
481 return EGL_TRUE;
518 surface->BoundToTexture = EGL_TRUE;
520 return EGL_TRUE;
529 return EGL_TRUE;
eglimage.c 116 return EGL_TRUE;
eglcontext.c 393 return EGL_TRUE;
442 return EGL_TRUE;
491 return EGL_TRUE;
545 return EGL_TRUE;
611 return EGL_TRUE;
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
36 if (returnVal != EGL_TRUE) {
84 if (returnValue != EGL_TRUE) {
114 if (returnValue != EGL_TRUE) {
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 328 return EGL_TRUE;
391 GLX_conf->Base.NativeRenderable = EGL_TRUE;
429 return (err) ? EGL_FALSE : EGL_TRUE;
523 return EGL_TRUE;
536 GLX_dpy->have_make_current_read = EGL_TRUE;
541 GLX_dpy->have_fbconfig = EGL_TRUE;
548 GLX_dpy->have_pbuffer = EGL_TRUE;
553 GLX_dpy->have_1_3 = EGL_TRUE;
554 GLX_dpy->have_make_current_read = EGL_TRUE;
555 GLX_dpy->have_fbconfig = EGL_TRUE;
    [all...]
  /frameworks/base/libs/hwui/
Image.cpp 29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 135 return EGL_TRUE;
228 return EGL_TRUE;
240 * to return EGL_TRUE (...)
242 return EGL_TRUE;
248 return EGL_TRUE;
265 res = EGL_TRUE;
346 if (result == EGL_TRUE) {
355 if (result == EGL_TRUE) {
362 if (result == EGL_TRUE) {
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 109 return EGL_TRUE;
204 base.NativeRenderable = EGL_TRUE;
338 int i, j, ret = EGL_TRUE;
437 return EGL_TRUE;
457 return EGL_TRUE;
482 disp->Extensions.KHR_surfaceless_context = EGL_TRUE;
485 disp->Extensions.KHR_create_context = EGL_TRUE;
488 disp->Extensions.EXT_create_context_robustness = EGL_TRUE;
492 disp->Extensions.MESA_drm_image = EGL_TRUE;
493 disp->Extensions.KHR_image_base = EGL_TRUE;
    [all...]
platform_x11.c 252 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE;
305 return EGL_TRUE;
321 return EGL_TRUE;
563 return EGL_TRUE;
606 return EGL_TRUE;
642 class_added[visuals[i]._class] = EGL_TRUE;
660 return EGL_TRUE;
674 return EGL_TRUE;
693 return EGL_TRUE;
763 return EGL_TRUE;
    [all...]
  /cts/tests/vr/src/android/vr/cts/
VrExtensionBehaviorTest.java 68 OpenGLESActivity.EGL_PROTECTED_CONTENT_EXT, EGL14.EGL_TRUE));
71 OpenGLESActivity.EGL_PROTECTED_CONTENT_EXT, EGL14.EGL_TRUE));
141 EGL14.EGL_TRUE);
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 346 return EGL_TRUE;
503 return EGL_TRUE;
516 virtual EGLBoolean swapBuffers() { return EGL_TRUE; }
566 return EGL_TRUE;
679 return EGL_TRUE;
687 return EGL_TRUE;
731 return EGL_TRUE;
739 return EGL_TRUE;
801 return EGL_TRUE;
811 return EGL_TRUE;
    [all...]
  /external/deqp/modules/egl/
teglApiCase.hpp 62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); }

Completed in 305 milliseconds

1 2 3 4 5 6