Searched refs:EGL_COLOR_COMPONENT_TYPE_EXT (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp44 #if !defined(EGL_COLOR_COMPONENT_TYPE_EXT)
45 #define EGL_COLOR_COMPONENT_TYPE_EXT 0x3339 macro
119 (eglu::getConfigAttribInt(library, display, *cfgIter, EGL_COLOR_COMPONENT_TYPE_EXT) ==
/external/deqp/framework/egl/
H A DegluConfigFilter.cpp60 if (attrib == EGL_COLOR_COMPONENT_TYPE_EXT)
84 deUint32 CandidateConfig::colorComponentType (void) const { return (deUint32)get(EGL_COLOR_COMPONENT_TYPE_EXT); }
H A DegluConfigInfo.cpp81 case EGL_COLOR_COMPONENT_TYPE_EXT: return colorComponentType;
141 egl.getConfigAttrib(display, config, EGL_COLOR_COMPONENT_TYPE_EXT, (EGLint*)&dst->colorComponentType);
H A DegluStrUtil.inl107 case EGL_COLOR_COMPONENT_TYPE_EXT: return "EGL_COLOR_COMPONENT_TYPE_EXT";
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp328 rules[EGL_COLOR_COMPONENT_TYPE_EXT] = AttribRule(EGL_COLOR_COMPONENT_TYPE_EXT, EGL_COLOR_COMPONENT_TYPE_FIXED_EXT, CRITERIA_EXACT, SORTORDER_SPECIAL); // 2
H A DteglWideColorTests.cpp422 EGL_COLOR_COMPONENT_TYPE_EXT, EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT,
604 if (attribList[idx] == EGL_COLOR_COMPONENT_TYPE_EXT)
1309 EGL_COLOR_COMPONENT_TYPE_EXT, EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT,
1334 EGL_COLOR_COMPONENT_TYPE_EXT, EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT,
H A DteglChooseConfigTests.cpp498 attributes.push_back(std::pair<EGLenum, EGLint>(EGL_COLOR_COMPONENT_TYPE_EXT, m_value));
/external/deqp/framework/egl/wrapper/
H A DeglwEnums.inl271 #define EGL_COLOR_COMPONENT_TYPE_EXT 0x3339
H A DeglwEnumsC.inl271 #define EGL_COLOR_COMPONENT_TYPE_EXT 0x3339
/external/swiftshader/include/EGL/
H A Deglext.h782 #define EGL_COLOR_COMPONENT_TYPE_EXT 0x3339 macro

Completed in 164 milliseconds