Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.hpp79 deUint32 yuvSubsample; member in eglu::ConfigInfo
121 , yuvSubsample (EGL_NONE) in ConfigInfo()
DegluConfigInfo.cpp75 case EGL_YUV_SUBSAMPLE_EXT: return yuvSubsample; in getAttribute()
131 egl.getConfigAttrib(display, config, EGL_YUV_SUBSAMPLE_EXT, (EGLint*)&dst->yuvSubsample); in queryExtConfigInfo()