Home
last modified time | relevance | path

Searched refs:eglGetConfigAttrib (Results 1 – 10 of 10) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFBConfig.cpp103 s_egl.eglGetConfigAttrib(dpy, configs[i], in initConfigList()
111 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_RED_SIZE, &redSize); in initConfigList()
112 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_BLUE_SIZE, &blueSize); in initConfigList()
113 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_GREEN_SIZE, &greenSize); in initConfigList()
217 s_egl.eglGetConfigAttrib(dpy, matchedConfigs[matchedIdx], EGL_CONFIG_ID, &sCfgId); in chooseConfig()
242 s_egl.eglGetConfigAttrib(p_eglDpy, p_eglCfg, s_configAttribs[i], &m_attribValues[i]); in FBConfig()
DEGLDispatch.h29 eglGetConfigAttrib_t eglGetConfigAttrib; member
DEGLDispatch.cpp43 s_egl.eglGetConfigAttrib = (eglGetConfigAttrib_t) lib->findSymbol("eglGetConfigAttrib"); in init_egl_dispatch()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererSurface.cpp42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) { in getEglConfig()
47 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_DEPTH_SIZE, &ibuf)) { in getEglConfig()
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h27 {"eglGetConfigAttrib", (void *)eglGetConfigAttrib},
Degl_dispatch.h29 eglGetConfigAttrib_t eglGetConfigAttrib; member
74 …(eglGetConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttrib; eglGetConfigAttrib = … in set_eglGetConfigAttrib()
Degl.cpp99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() function
101 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp462 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay display, EGLConfig config, in eglGetConfigAttrib() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java472 eglGetConfigAttrib(442, 2005), enumConstant
965 case 2005: return eglGetConfigAttrib; in valueOf()