OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_ctx
(Results
1 - 2
of
2
) sorted by null
/device/generic/opengl-transport/host/libs/virglrenderer/
EglContext.h
49
if (ctx->
bound_ctx
== ctx_)
52
bound_ctx
= ctx_;
57
bound_ctx
= 0U;
61
return context == EGL_NO_CONTEXT &&
bound_ctx
== 0U;
70
uint32_t
bound_ctx
= 0U;
member in struct:EglContext
EglSurface.h
44
if (sur->
bound_ctx
== ctx_) {
56
bound_ctx
= ctx_;
68
bound_ctx
= 0U;
74
return surface == EGL_NO_SURFACE &&
bound_ctx
== 0U;
86
uint32_t
bound_ctx
= 0U;
member in struct:EglSurface
Completed in 89 milliseconds