/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 45 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetDisplay() 60 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetPlatformDisplay() 243 setError(EGL_BAD_PARAMETER, NULL); in eglGetProcAddress() 327 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglBindAPI() 337 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglQueryAPI() 596 return setError(EGL_BAD_PARAMETER, (EGLuint64NV)EGL_FALSE); in eglGetSystemTimeFrequencyNV() 606 return setError(EGL_BAD_PARAMETER, (EGLuint64NV)EGL_FALSE); in eglGetSystemTimeNV()
|
D | egl_platform_entries.cpp | 290 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetPlatformDisplayTmpl() 295 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetPlatformDisplayTmpl() 352 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglGetConfigsImpl() 375 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglChooseConfigImpl() 848 return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePlatformPixmapSurfaceImpl() 858 return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePixmapSurfaceImpl() 1140 default: return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglGetCurrentSurfaceImpl() 1396 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglSwapBuffersWithDamageKHRImpl() 1496 return setError(EGL_BAD_PARAMETER, (const char *)nullptr); in eglQueryStringImpl() 1516 return setError(EGL_BAD_PARAMETER, (const char *)nullptr); in eglQueryStringImplementationANDROIDImpl() [all …]
|
D | egl_tls.cpp | 49 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER"; in egl_strerror()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 84 pointer to a valid ANativeWindowBuffer, the error EGL_BAD_PARAMETER 92 the EGL implementation, the error EGL_BAD_PARAMETER is generated."
|
D | EGL_ANDROID_get_native_client_buffer.txt | 79 * If the value of buffer is NULL, the error EGL_BAD_PARAMETER is
|
D | EGL_ANDROID_blob_cache.txt | 130 <dpy>. If <set> or <get> is NULL then an EGL_BAD_PARAMETER error is 133 EGL_BAD_PARAMETER error is generated.
|
D | EGL_ANDROID_native_fence_sync.txt | 217 EGL_NO_NATIVE_FENCE_FD_ANDROID is returned and an EGL_BAD_PARAMETER 221 returned and an EGL_BAD_PARAMETER error is generated.
|
D | EGL_ANDROID_get_frame_timestamps.txt | 164 Timestamp queries that are not supported will generate an EGL_BAD_PARAMETER
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 253 case EGL10.EGL_BAD_PARAMETER: in getEGLErrorString()
|
D | EGL14.java | 52 public static final int EGL_BAD_PARAMETER = 0x300C; field in EGL14
|
D | EGLLogWrapper.java | 561 case EGL_BAD_PARAMETER: in getErrorString()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 34 int EGL_BAD_PARAMETER = 0x300C; field
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 86 case EGL_BAD_PARAMETER: return "BAD PARAMETER"; in egl_strerror()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 111 #define EGL_BAD_PARAMETER 0x300C macro
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 85 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER"; in strerror()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 73 #define EGL_BAD_PARAMETER 0x300C macro
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 52 public static final int EGL_BAD_PARAMETER = 0x300C;
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 60 ERROR_CASE(EGL_BAD_PARAMETER) in egl_error_str()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 63 case EGL_BAD_PARAMETER: return "EGL_BAD_PARAMETER"; in checkEglError()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18706 field public static final int EGL_BAD_PARAMETER = 12300; // 0x300c 51715 field public static final int EGL_BAD_PARAMETER = 12300; // 0x300c
|
/frameworks/base/api/ |
D | current.txt | 32730 field public static final int EGL_BAD_PARAMETER = 12300; // 0x300c 78590 field public static final int EGL_BAD_PARAMETER = 12300; // 0x300c
|