OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcGetEGLVersion
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
12
{"
rcGetEGLVersion
", (void*)
rcGetEGLVersion
},
renderControl_client_context.h
12
rcGetEGLVersion_client_proc_t
rcGetEGLVersion
;
38
virtual rcGetEGLVersion_client_proc_t set_rcGetEGLVersion(rcGetEGLVersion_client_proc_t f) { rcGetEGLVersion_client_proc_t retval =
rcGetEGLVersion
;
rcGetEGLVersion
= f; return retval;}
renderControl_entry.cpp
10
EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor);
49
EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor)
52
return ctx->
rcGetEGLVersion
(ctx, major, minor);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
31
static EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor)
336
dec->set_rcGetEGLVersion(
rcGetEGLVersion
);
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
128
EGLint status = rcEnc->
rcGetEGLVersion
(rcEnc, &m_major, &m_minor);
Completed in 5076 milliseconds