OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcDestroyContext
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
20
{"
rcDestroyContext
", (void*)
rcDestroyContext
},
renderControl_client_context.h
20
rcDestroyContext_client_proc_t
rcDestroyContext
;
46
virtual rcDestroyContext_client_proc_t set_rcDestroyContext(rcDestroyContext_client_proc_t f) { rcDestroyContext_client_proc_t retval =
rcDestroyContext
;
rcDestroyContext
= f; return retval;}
renderControl_entry.cpp
18
void
rcDestroyContext
(uint32_t context);
97
void
rcDestroyContext
(uint32_t context)
100
ctx->
rcDestroyContext
(ctx, context);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
176
static void
rcDestroyContext
(uint32_t context)
344
dec->set_rcDestroyContext(
rcDestroyContext
);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
907
rcEnc->
rcDestroyContext
(rcEnc, context->rcContext);
[
all
...]
Completed in 59 milliseconds