Searched defs:redSize (Results 1 – 11 of 11) sorted by relevance
107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList() local
43 deInt32 redSize; member in eglu::ConfigInfo
75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize() function in eglu::CandidateConfig
442 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() local514 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() local
38 EGLint redSize; // Bits of Red in the color buffer member
1412 GLuint redSize = static_cast<GLuint>(attribMap.getAsInt(EGL_RED_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
5804 int redSize = attribMap.getAsInt(EGL_RED_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
170 int redSize; member
571 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank() local
363 int redSize; member in xe::ri::EglConfig