Home
last modified time | relevance | path

Searched refs:getConfAttrib (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglMacApi.cpp137 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()
DEglConfig.h28 bool getConfAttrib(EGLint attrib,EGLint* val) const;
DEglDisplay.cpp100 config->getConfAttrib(EGL_BUFFER_SIZE,&bSize); in addMissingConfigs()
111 (*it)->getConfAttrib(EGL_CONFIG_ID, &id); in addMissingConfigs()
DEglConfig.cpp150 bool EglConfig::getConfAttrib(EGLint attrib,EGLint* val) const { in getConfAttrib() function in EglConfig
DEglImp.cpp472 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE; in eglGetConfigAttrib()