OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcGetNumConfigs
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
15
{"
rcGetNumConfigs
", (void*)
rcGetNumConfigs
},
renderControl_client_context.h
15
rcGetNumConfigs_client_proc_t
rcGetNumConfigs
;
renderControl_client_context.cpp
17
rcGetNumConfigs
= (rcGetNumConfigs_client_proc_t) getProc("
rcGetNumConfigs
", userData);
renderControl_entry.cpp
13
EGLint
rcGetNumConfigs
(uint32_t* numAttribs);
68
EGLint
rcGetNumConfigs
(uint32_t* numAttribs)
71
return ctx->
rcGetNumConfigs
(ctx, numAttribs);
renderControl_enc.cpp
539
this->
rcGetNumConfigs
= &rcGetNumConfigs_enc;
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
96
static EGLint
rcGetNumConfigs
(uint32_t* numAttribs)
348
dec->set_rcGetNumConfigs(
rcGetNumConfigs
);
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
162
m_numConfigs = rcEnc->
rcGetNumConfigs
(rcEnc, (uint32_t*)&m_numConfigAttribs);
Completed in 637 milliseconds