/frameworks/native/opengl/tests/lib/ |
glTestLib.cpp | 48 void glTestCheckEglError(const char* op, EGLBoolean returnVal)
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 88 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)displays[0]->dpy,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.c | 199 EGLBoolean 262 EGLBoolean
|
egl_g3d_image.c | 297 EGLBoolean 344 EGLBoolean
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.c | 199 EGLBoolean 262 EGLBoolean
|
egl_g3d_image.c | 297 EGLBoolean 344 EGLBoolean
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_drm.c | 150 static EGLBoolean 323 static EGLBoolean 394 EGLBoolean
|
platform_wayland.c | 205 static EGLBoolean 560 static EGLBoolean 650 static EGLBoolean 748 EGLBoolean
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 150 static EGLBoolean 323 static EGLBoolean 394 EGLBoolean
|
platform_wayland.c | 205 static EGLBoolean 560 static EGLBoolean 650 static EGLBoolean 748 EGLBoolean
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 234 EGLBoolean success = eglSwapBuffers(mDisplay, mSurface); 266 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { 267 EGLBoolean result = EGL_TRUE;
|
DisplayDevice.h | 143 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 113 EGLBoolean success;
|
app-win32.c | 99 EGLBoolean success;
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
esUtil.c | 57 EGLBoolean CreateEGLContext ( EGLNativeWindowType hWnd, EGLDisplay* eglDisplay,
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_drm_image.spec | 48 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy, 107 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglarray.c | 39 static EGLBoolean
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 48 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy, 107 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,
|
/external/mesa3d/src/egl/main/ |
eglarray.c | 39 static EGLBoolean
|
/frameworks/rs/driver/ |
rsdGL.cpp | 52 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 128 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); 252 EGLBoolean ret; 423 EGLBoolean ret;
|
/frameworks/native/opengl/tests/gl2_basic/ |
gl2_basic.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 262 EGLBoolean returnValue;
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
gl_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 225 EGLBoolean returnValue;
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
gl2_copyTexImage.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 366 EGLBoolean returnValue;
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
gl2_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 335 EGLBoolean returnValue;
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 72 EGLBoolean success = eglMakeCurrent(display, dummy, dummy, ctxt);
|