Searched refs:getConfAttrib (Results 1 – 5 of 5) sorted by relevance
137 cfg->getConfAttrib(EGL_RED_SIZE,&r); in checkWindowPixelFormatMatch()138 cfg->getConfAttrib(EGL_GREEN_SIZE,&g); in checkWindowPixelFormatMatch()139 cfg->getConfAttrib(EGL_BLUE_SIZE,&b); in checkWindowPixelFormatMatch()
28 bool getConfAttrib(EGLint attrib,EGLint* val) const;
100 config->getConfAttrib(EGL_BUFFER_SIZE,&bSize); in addMissingConfigs()111 (*it)->getConfAttrib(EGL_CONFIG_ID, &id); in addMissingConfigs()
150 bool EglConfig::getConfAttrib(EGLint attrib,EGLint* val) const { in getConfAttrib() function in EglConfig
472 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE; in eglGetConfigAttrib()