/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 44 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetDisplay() 59 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetPlatformDisplay() 242 setError(EGL_BAD_PARAMETER, NULL); in eglGetProcAddress() 326 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglBindAPI() 336 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglQueryAPI() 595 return setError(EGL_BAD_PARAMETER, (EGLuint64NV)EGL_FALSE); in eglGetSystemTimeFrequencyNV() 605 return setError(EGL_BAD_PARAMETER, (EGLuint64NV)EGL_FALSE); in eglGetSystemTimeNV()
|
D | egl_tls.cpp | 59 case EGL_BAD_PARAMETER: in egl_strerror()
|
D | egl_platform_entries.cpp | 255 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetPlatformDisplayTmpl() 260 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in eglGetPlatformDisplayTmpl() 313 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglGetConfigsImpl() 333 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglChooseConfigImpl() 817 return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePlatformPixmapSurfaceImpl() 827 return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePixmapSurfaceImpl() 1095 return setError(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglGetCurrentSurfaceImpl() 1336 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglSwapBuffersWithDamageKHRImpl() 1430 return setError(EGL_BAD_PARAMETER, (const char*)nullptr); in eglQueryStringImpl() 1449 return setError(EGL_BAD_PARAMETER, (const char*)nullptr); in eglQueryStringImplementationANDROIDImpl() [all …]
|
/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/native/opengl/tools/glgen/stubs/egl/ |
D | EGLExtHeader.java-if | 58 * an {@link SyncFence#isValid() invalid} SyncFence is returned and an EGL_BAD_PARAMETER 62 * returned and an EGL_BAD_PARAMETER error is generated.
|
D | EGL14Header.java-if | 53 public static final int EGL_BAD_PARAMETER = 0x300C;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 253 case EGL10.EGL_BAD_PARAMETER: in getEGLErrorString()
|
D | EGL14.java | 53 public static final int EGL_BAD_PARAMETER = 0x300C; field in EGL14
|
D | EGLLogWrapper.java | 561 case EGL_BAD_PARAMETER: in getErrorString()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 86 case EGL_BAD_PARAMETER: return "BAD PARAMETER"; in egl_strerror()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 35 int EGL_BAD_PARAMETER = 0x300C; field
|
/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/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 64 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-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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/core/api/ |
D | current.txt | 29565 field public static final int EGL_BAD_PARAMETER = 12300; // 0x300c 61571 field public static final int EGL_BAD_PARAMETER = 12300; // 0x300c
|