Searched refs:confAttr (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | eglndk.cpp | 107 static const EGLint confAttr[] = {EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
variable 123 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs);
in EglChooseConfig() 138 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs);
in EglChooseConfigAbnormal() 155 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs);
in EglCopyBuffersAbnormal() 178 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs);
in EglCreateContext() 218 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs);
in EglCreatePbufferSurface() 292 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs);
in EglDestroyContext() 331 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs);
in EglDestroySurface() 450 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs);
in EglGetCurrentDisplay() 490 eglChooseConfig(m_eglDisplay, confAttr, in EglGetCurrentSurface() [all...] |
Completed in 3 milliseconds