Home
last modified time | relevance | path

Searched refs:EGLEW_ANDROID_native_fence_sync (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h552 #define EGLEW_ANDROID_native_fence_sync EGLEW_GET_VAR(__EGLEW_ANDROID_native_fence_sync) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18410EGLEW_ANDROID_native_fence_sync = _glewSearchExtension("EGL_ANDROID_native_fence_sync", extStart, … in eglewInit()
18411 …if (glewExperimental || EGLEW_ANDROID_native_fence_sync) EGLEW_ANDROID_native_fence_sync = !_glewI… in eglewInit()
27715 ret = EGLEW_ANDROID_native_fence_sync; in eglewIsSupported()