Searched defs:greenSize (Results 1 – 10 of 10) sorted by relevance
108 deInt32 greenSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_GREEN_SIZE); in getDefaultEglConfigList() local
44 deInt32 greenSize; member in eglu::ConfigInfo
76 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); } in greenSize() function in eglu::CandidateConfig
443 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest() local515 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest() local
39 EGLint greenSize; // Bits of Green in the color buffer member
1413 GLuint greenSize = static_cast<GLuint>(attribMap.getAsInt(EGL_GREEN_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
5805 int greenSize = attribMap.getAsInt(EGL_GREEN_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
171 int greenSize; member
572 int greenSize = visual.getAttrib(GLX_GREEN_SIZE); in configRank() local
364 int greenSize; member in xe::ri::EglConfig