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

1 2

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 130 return error(EGL_BAD_DISPLAY, EGL_FALSE);
137 return error(EGL_NOT_INITIALIZED, EGL_FALSE);
147 return error(EGL_BAD_ALLOC, EGL_FALSE);
150 return EGL_FALSE;
161 return error(EGL_BAD_DISPLAY, EGL_FALSE);
172 return error(EGL_BAD_ALLOC, EGL_FALSE);
175 return EGL_FALSE;
225 return EGL_FALSE;
230 return error(EGL_BAD_PARAMETER, EGL_FALSE);
237 return error(EGL_BAD_ATTRIBUTE, EGL_FALSE);
    [all...]
Config.cpp 110 mBindToTextureRGB = EGL_FALSE;
111 mBindToTextureRGBA = EGL_FALSE;
166 mNativeRenderable = EGL_FALSE;
  /sdk/emulator/opengl/system/egl/
egl.cpp 129 setErrorReturn(EGL_BAD_DISPLAY, EGL_FALSE); \
267 setErrorReturn(EGL_BAD_ALLOC, EGL_FALSE);
271 DEFINE_AND_VALIDATE_HOST_CONNECTION(EGL_FALSE);
276 return EGL_FALSE;
315 DEFINE_AND_VALIDATE_HOST_CONNECTION(EGL_FALSE);
322 setErrorReturn(EGL_BAD_ALLOC, EGL_FALSE);
374 DEFINE_AND_VALIDATE_HOST_CONNECTION(EGL_FALSE);
380 return EGL_FALSE;
387 return EGL_FALSE;
495 VALIDATE_DISPLAY(dpy,EGL_FALSE);
    [all...]
eglDisplay.cpp 402 return EGL_FALSE;
435 return EGL_FALSE;
461 return EGL_FALSE;
471 return EGL_FALSE;
485 return EGL_FALSE;
494 else return EGL_FALSE;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 127 if (success != EGL_FALSE)
129 if (success != EGL_FALSE)
132 if (success != EGL_FALSE)
136 success = EGL_FALSE;
138 if (success != EGL_FALSE)
168 if (success != EGL_FALSE)
173 success = EGL_FALSE;
175 if (success != EGL_FALSE)
179 if (success == EGL_FALSE)
182 return success != EGL_FALSE;
    [all...]
app-win32.c 121 if (success != EGL_FALSE)
123 if (success != EGL_FALSE)
126 if (success != EGL_FALSE)
131 success = EGL_FALSE;
133 if (success != EGL_FALSE)
137 success = EGL_FALSE;
139 if (success != EGL_FALSE)
143 if (success == EGL_FALSE)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h 29 m_texMipmap(EGL_FALSE),
30 m_largest(EGL_FALSE){};
EglImp.cpp 127 VALIDATE_DISPLAY_RETURN(EGLDisplay,EGL_FALSE)
130 VALIDATE_CONFIG_RETURN(EGLConfig,EGL_FALSE)
133 VALIDATE_SURFACE_RETURN(EGLSurface,EGL_FALSE,varName)
136 VALIDATE_CONTEXT_RETURN(EGLContext,EGL_FALSE)
195 RETURN_ERROR(EGL_FALSE,EGL_BAD_DISPLAY);
210 return EGL_FALSE;
255 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
272 RETURN_ERROR(EGL_FALSE,EGL_BAD_PARAMETER);
313 RETURN_ERROR(EGL_FALSE,EGL_BAD_ATTRIBUTE);
319 RETURN_ERROR(EGL_FALSE,EGL_BAD_ATTRIBUTE)
    [all...]
EglConfig.cpp 47 m_bind_to_tex_rgb(EGL_FALSE), //not supported for now
48 m_bind_to_tex_rgba(EGL_FALSE), //not supported for now
EglMacApi.cpp 59 EGLBoolean renderable = EGL_FALSE;
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 120 if (egl_init_drivers() == EGL_FALSE) {
137 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
153 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
171 if (!dp) return EGL_FALSE;
174 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
177 EGLBoolean res = EGL_FALSE;
196 if (!dp) return EGL_FALSE;
199 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
202 EGLBoolean res = EGL_FALSE;
220 if (!dp) return EGL_FALSE;
    [all...]
egl_display.cpp 266 return setError(EGL_NOT_INITIALIZED, EGL_FALSE);
275 EGLBoolean res = EGL_FALSE;
278 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) {
egl.cpp 258 return EGL_FALSE;
274 return cnx->dso ? EGL_TRUE : EGL_FALSE;
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 40 if (result == EGL_FALSE) {
  /frameworks/native/opengl/libagl/
egl.cpp 106 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
192 return EGL_FALSE;
209 return EGL_FALSE;
376 return setError(EGL_BAD_ALLOC, EGL_FALSE);
388 return setError(EGL_BAD_ALLOC, EGL_FALSE);
402 return setError(EGL_BAD_ACCESS, EGL_FALSE);
487 return setError(EGL_BAD_ACCESS, EGL_FALSE);
543 setError(EGL_BAD_ALLOC, EGL_FALSE);
544 return EGL_FALSE;
557 return setError(EGL_BAD_ACCESS, EGL_FALSE);
    [all...]
  /frameworks/native/opengl/tests/include/
EGLUtils.h 91 if (eglGetConfigs(dpy, NULL, 0, &numConfigs) == EGL_FALSE)
95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 35 return EGL_FALSE;
261 return EGL_FALSE;
266 return (ret ? EGL_TRUE : EGL_FALSE);
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 93 #define EGL_FALSE 0
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 257 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
363 if (res == EGL_FALSE)
  /development/ndk/platforms/android-9/include/EGL/
egl.h 64 #define EGL_FALSE 0
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 64 #define EGL_FALSE 0
  /frameworks/native/opengl/include/EGL/
egl.h 64 #define EGL_FALSE 0
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 64 #define EGL_FALSE 0

Completed in 130 milliseconds

1 2