OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcGetFBParam
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
16
EGLint
rcGetFBParam
(EGLint param);
85
EGLint
rcGetFBParam
(EGLint param)
88
return ctx->
rcGetFBParam
(ctx, param);
renderControl_client_context.h
18
rcGetFBParam_client_proc_t
rcGetFBParam
;
44
virtual rcGetFBParam_client_proc_t set_rcGetFBParam(rcGetFBParam_client_proc_t f) { rcGetFBParam_client_proc_t retval =
rcGetFBParam
;
rcGetFBParam
= f; return retval;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
126
static EGLint
rcGetFBParam
(EGLint param)
342
dec->set_rcGetFBParam(
rcGetFBParam
);
Completed in 510 milliseconds