OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResetNotificationStrategy
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/egl/main/
eglcontext.c
170
ctx->
ResetNotificationStrategy
= val;
186
ctx->
ResetNotificationStrategy
= val;
331
switch (ctx->
ResetNotificationStrategy
) {
377
ctx->
ResetNotificationStrategy
= EGL_NO_RESET_NOTIFICATION_KHR;
eglcontext.h
59
EGLint
ResetNotificationStrategy
;
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c
810
if (dri2_ctx->base.
ResetNotificationStrategy
!= EGL_NO_RESET_NOTIFICATION_KHR) {
[
all
...]
Completed in 49 milliseconds