OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcGetEGLVersion
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
10
EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor);
50
EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor)
53
return ctx->
rcGetEGLVersion
(ctx, major, minor);
renderControl_client_context.h
12
rcGetEGLVersion_client_proc_t
rcGetEGLVersion
;
39
virtual rcGetEGLVersion_client_proc_t set_rcGetEGLVersion(rcGetEGLVersion_client_proc_t f) { rcGetEGLVersion_client_proc_t retval =
rcGetEGLVersion
;
rcGetEGLVersion
= f; return retval;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
31
static EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor)
345
dec->set_rcGetEGLVersion(
rcGetEGLVersion
);
Completed in 57 milliseconds