OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConfAttrib
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h
28
bool
getConfAttrib
(EGLint attrib,EGLint* val) const;
EglMacApi.cpp
129
cfg->
getConfAttrib
(EGL_RED_SIZE,&r);
130
cfg->
getConfAttrib
(EGL_GREEN_SIZE,&g);
131
cfg->
getConfAttrib
(EGL_BLUE_SIZE,&b);
EglDisplay.cpp
101
config->
getConfAttrib
(EGL_BUFFER_SIZE,&bSize);
112
(*it)->
getConfAttrib
(EGL_CONFIG_ID, &id);
EglConfig.cpp
150
bool EglConfig::
getConfAttrib
(EGLint attrib,EGLint* val) const {
EglImp.cpp
469
return cfg->
getConfAttrib
(attribute,value)? EGL_TRUE:EGL_FALSE;
[
all
...]
Completed in 699 milliseconds