Searched refs:EGL_TIMESTAMPS_ANDROID (Results 1 – 9 of 9) sorted by relevance
/external/angle/extensions/ |
D | EGL_ANGLE_timestamp_surface_attribute.txt | 45 to be aware of EGL_TIMESTAMPS_ANDROID state on some drivers 52 EGL_TIMESTAMPS_ANDROID state. 54 For details about EGL_TIMESTAMPS_ANDROID and other timestamp related terminology 76 If attribute is EGL_TIMESTAMPS_ANDROID, then values specifies whether to 92 for caching EGL_TIMESTAMPS_ANDROID state.
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.cpp | 172 mEGL->surfaceAttrib(mSurface, EGL_TIMESTAMPS_ANDROID, enabled ? EGL_TRUE : EGL_FALSE); in setTimestampsEnabled()
|
/external/deqp/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 60 #define EGL_TIMESTAMPS_ANDROID 0x3430 macro 552 EGLU_CHECK_CALL(egl, surfaceAttrib(display, *surface, EGL_TIMESTAMPS_ANDROID, EGL_TRUE)); in executeForConfig()
|
/external/angle/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 2052 eglSurfaceAttrib(mDisplay, mWindowSurface, EGL_TIMESTAMPS_ANDROID, EGL_TRUE); in TEST_P() 2066 eglQuerySurface(mDisplay, mWindowSurface, EGL_TIMESTAMPS_ANDROID, ×tampEnabled)); in TEST_P() 2078 eglQuerySurface(mDisplay, mWindowSurface, EGL_TIMESTAMPS_ANDROID, ×tampEnabled)); in TEST_P()
|
/external/angle/src/libANGLE/ |
D | queryutils.cpp | 4760 case EGL_TIMESTAMPS_ANDROID: in QuerySurfaceAttrib() 4868 case EGL_TIMESTAMPS_ANDROID: in SetSurfaceAttrib()
|
D | validationEGL.cpp | 5732 case EGL_TIMESTAMPS_ANDROID: in ValidateSurfaceAttrib() 5899 case EGL_TIMESTAMPS_ANDROID: in ValidateQuerySurface()
|
/external/angle/include/EGL/ |
D | eglext.h | 488 #define EGL_TIMESTAMPS_ANDROID 0x3430 macro
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 488 #define EGL_TIMESTAMPS_ANDROID 0x3430 macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 792 #define EGL_TIMESTAMPS_ANDROID 0x3430 macro
|