OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIface
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.h
40
void
setIface
(GLESiface* iface,GLESVersion ver) { m_gles_ifaces[ver] = iface;};
EglImp.cpp
207
g_eglInfo->
setIface
(func(&s_eglIface),GLES_1_1);
217
g_eglInfo->
setIface
(func(&s_eglIface),GLES_2_0);
[
all
...]
Completed in 243 milliseconds