OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcGetConfigs
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
16
{"
rcGetConfigs
", (void*)
rcGetConfigs
},
renderControl_client_context.h
16
rcGetConfigs_client_proc_t
rcGetConfigs
;
renderControl_client_context.cpp
18
rcGetConfigs
= (rcGetConfigs_client_proc_t) getProc("
rcGetConfigs
", userData);
renderControl_entry.cpp
14
EGLint
rcGetConfigs
(uint32_t bufSize, GLuint* buffer);
74
EGLint
rcGetConfigs
(uint32_t bufSize, GLuint* buffer)
77
return ctx->
rcGetConfigs
(ctx, bufSize, buffer);
renderControl_enc.cpp
540
this->
rcGetConfigs
= &rcGetConfigs_enc;
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
177
//EGLint n = rcEnc->
rcGetConfigs
(rcEnc, nInts*sizeof(EGLint), m_configs);
178
EGLint n = rcEnc->
rcGetConfigs
(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf);
Completed in 31 milliseconds