Home
last modified time | relevance | path

Searched refs:yuvCscStandard (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp81 deUint32 yuvCscStandard; member in eglu::ConfigInfo
123 , yuvCscStandard (EGL_NONE) in ConfigInfo()
DegluConfigInfo.cpp77 case EGL_YUV_CSC_STANDARD_EXT: return yuvCscStandard; in getAttribute()
133 egl.getConfigAttrib(display, config, EGL_YUV_CSC_STANDARD_EXT, (EGLint*)&dst->yuvCscStandard); in queryExtConfigInfo()