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
/development/tools/emulator/opengl/system/egl/
eglContext.h
38
uint32_t
rcContext
;
egl.cpp
140
rcContext
(0),
903
rcShareCtx = shareCtx->
rcContext
;
909
uint32_t
rcContext
= rcEnc->rcCreateContext(rcEnc, (uint32_t)config, rcShareCtx, version);
910
if (!
rcContext
) {
920
context->
rcContext
=
rcContext
;
938
if (context->
rcContext
) {
940
rcEnc->rcDestroyContext(rcEnc, context->
rcContext
);
941
context->
rcContext
= 0;
960
uint32_t ctxHandle = (context) ? context->
rcContext
: 0
[
all
...]
Completed in 19 milliseconds