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

12 3 4

  /frameworks/native/opengl/libs/EGL/
egl.cpp 179 return EGL_FALSE;
195 return cnx->dso ? EGL_TRUE : EGL_FALSE;
egl_display.cpp 307 EGLBoolean res = EGL_FALSE;
314 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) {
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 72 if (result == EGL_FALSE) {
  /external/deqp/framework/egl/
egluStrUtil.inl 12 case EGL_FALSE: return "EGL_FALSE";
22 case EGL_FALSE: return "EGL_FALSE";
  /external/mesa3d/src/egl/main/
eglcontext.h 104 return (ctx) ? _eglPutResource(&ctx->Resource) : EGL_FALSE;
eglfallbacks.c 41 return EGL_FALSE;
egllog.c 60 EGL_FALSE,
eglsurface.h 129 return (surf) ? _eglPutResource(&surf->Resource) : EGL_FALSE;
eglarray.c 53 return EGL_FALSE;
eglimage.c 49 attrs->ImagePreserved = EGL_FALSE;
eglcontext.c 494 return EGL_FALSE;
692 return EGL_FALSE;
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 30 #define EGL_FALSE 0
185 return EGL_FALSE;
381 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE;
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 30 #define EGL_FALSE 0
185 return EGL_FALSE;
381 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE;
  /external/swiftshader/src/OpenGL/libEGL/
Config.cpp 41 mBindToTextureRGB = EGL_FALSE;
42 mBindToTextureRGBA = EGL_FALSE;
179 mNativeRenderable = EGL_FALSE;
192 mFramebufferTargetAndroid = (displayFormat == renderTargetFormat) ? EGL_TRUE : EGL_FALSE;
Display.cpp 277 case EGL_MATCH_NATIVE_PIXMAP: *value = EGL_FALSE; UNIMPLEMENTED(); break;
350 EGLBoolean largestPBuffer = EGL_FALSE;
427 if(attribList[1] != EGL_FALSE)
Surface.cpp 60 largestPBuffer = EGL_FALSE;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 37 public static final int EGL_FALSE = 0;
  /hardware/libhardware/tests/hwc/
util.c 131 if (eglGetConfigs(dpy, NULL, 0, &max) == EGL_FALSE) {
140 if (eglChooseConfig(dpy, attr, cfg, max, &n) == EGL_FALSE) {
  /prebuilts/ndk/r16/sources/android/ndk_helper/
GLContext.cpp 146 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
  /external/deqp/modules/egl/
teglSyncTests.cpp 638 TCU_CHECK(status == EGL_FALSE);
671 TCU_CHECK(status == EGL_FALSE);
844 TCU_CHECK(result == EGL_FALSE);
879 TCU_CHECK(result == EGL_FALSE);
918 TCU_CHECK(result == EGL_FALSE);
    [all...]
teglGetFrameTimestampsTests.cpp 543 info.supported = m_eglGetFrameTimestampSupportedANDROID(display, *surface, i->first) != EGL_FALSE;
556 const bool invalidSupported = m_eglGetFrameTimestampSupportedANDROID(display, *surface, invalidTimestampName) != EGL_FALSE;
561 const bool deadlineSupported = m_eglGetCompositorTimingSupportedANDROID(display, *surface, EGL_COMPOSITE_DEADLINE_ANDROID) != EGL_FALSE;
564 const bool intervalSupported = m_eglGetCompositorTimingSupportedANDROID(display, *surface, EGL_COMPOSITE_INTERVAL_ANDROID) != EGL_FALSE;
567 const bool latencySupported = m_eglGetCompositorTimingSupportedANDROID(display, *surface, EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID) != EGL_FALSE;
teglCreateContextTests.cpp 139 if (egl.bindAPI(api) == EGL_FALSE)
  /frameworks/native/opengl/tests/lib/include/
EGLUtils.h 107 if (eglGetConfigs(dpy, NULL, 0, &numConfigs) == EGL_FALSE)
111 if (eglChooseConfig(dpy, attrs, configs.data(), numConfigs, &n) == EGL_FALSE) {
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 149 EGLBoolean success = EGL_FALSE;
169 EGLBoolean success = EGL_FALSE;
198 EGLBoolean success = EGL_FALSE;
325 EGLBoolean success = EGL_FALSE;
342 EGLBoolean success = EGL_FALSE;
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 107 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE,
333 EGL_BUFFER_DESTROYED) == EGL_FALSE,

Completed in 479 milliseconds

12 3 4