Home
last modified time | relevance | path

Searched refs:EGL_CONDITION_SATISFIED_KHR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DFence.h75 return waitStatus == EGL_CONDITION_SATISFIED_KHR;
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp206 if (waitStatus != EGL_CONDITION_SATISFIED_KHR) { in com_android_server_AssetAtlasService_upload()
/frameworks/native/opengl/include/EGL/
Deglext.h134 #define EGL_CONDITION_SATISFIED_KHR 0x30F6 macro
/frameworks/native/opengl/libagl/
Degl.cpp2125 return EGL_CONDITION_SATISFIED_KHR; in eglClientWaitSyncKHR()