Home
last modified time | relevance | path

Searched refs:ClientAPIExts (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
DCMakeLists.txt5 set(EGL_emulation_src eglDisplay.cpp egl.cpp ClientAPIExts.cpp)
6 …ibrary(TARGET EGL_emulation SHARED LICENSE Apache-2.0 SRC eglDisplay.cpp egl.cpp ClientAPIExts.cpp)
DClientAPIExts.h21 namespace ClientAPIExts
DClientAPIExts.cpp22 namespace ClientAPIExts namespace
Degl.cpp1026 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname); in eglGetProcAddress()
1852 ClientAPIExts::initClientFuncs(s_display.gles2_iface(), 1); in eglMakeCurrent()
1944 ClientAPIExts::initClientFuncs(s_display.gles2_iface(), 1); in eglMakeCurrent()
1958 ClientAPIExts::initClientFuncs(s_display.gles_iface(), 0); in eglMakeCurrent()