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
140
rcContext
(0),
926
rcShareCtx = shareCtx->
rcContext
;
932
uint32_t
rcContext
= rcEnc->rcCreateContext(rcEnc, (uintptr_t)config, rcShareCtx, version);
933
if (!
rcContext
) {
943
context->
rcContext
=
rcContext
;
963
if (context->
rcContext
) {
965
rcEnc->rcDestroyContext(rcEnc, context->
rcContext
);
966
context->
rcContext
= 0;
985
uint32_t ctxHandle = (context) ? context->
rcContext
: 0
[
all
...]
Completed in 549 milliseconds