OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcGetEGLVersion
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h
12
{"
rcGetEGLVersion
", (void*)
rcGetEGLVersion
},
renderControl_client_base.h
12
rcGetEGLVersion_client_proc_t
rcGetEGLVersion
;
renderControl_client_context.h
14
rcGetEGLVersion_client_proc_t
rcGetEGLVersion
;
renderControl_client_context.cpp
14
rcGetEGLVersion
= (rcGetEGLVersion_client_proc_t) getProc("
rcGetEGLVersion
", userData);
renderControl_entry.cpp
9
EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor);
58
EGLint
rcGetEGLVersion
(EGLint* major, EGLint* minor)
61
return ctx->
rcGetEGLVersion
(ctx, major, minor);
renderControl_enc.cpp
99
ALOGE("
rcGetEGLVersion
: GL communication error, please report this issue to b.android.com.\n");
[
all
...]
/device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp
148
EGLint status = rcEnc->
rcGetEGLVersion
(rcEnc, &m_major, &m_minor);
Completed in 3082 milliseconds