OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcContext
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/egl/
eglContext.h
38
uint32_t
rcContext
;
egl.cpp
139
rcContext
(0),
870
rcShareCtx = shareCtx->
rcContext
;
876
uint32_t
rcContext
= rcEnc->rcCreateContext(rcEnc, (uint32_t)config, rcShareCtx, version);
877
if (!
rcContext
) {
887
context->
rcContext
=
rcContext
;
905
if (context->
rcContext
) {
907
rcEnc->rcDestroyContext(rcEnc, context->
rcContext
);
908
context->
rcContext
= 0;
927
uint32_t ctxHandle = (context) ? context->
rcContext
: 0
[
all
...]
Completed in 624 milliseconds