Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.hpp78 deInt32 yuvNumberOfPlanes; member in eglu::ConfigInfo
120 , yuvNumberOfPlanes (0) in ConfigInfo()
DegluConfigInfo.cpp74 case EGL_YUV_NUMBER_OF_PLANES_EXT: return yuvNumberOfPlanes; in getAttribute()
130 …l.getConfigAttrib(display, config, EGL_YUV_NUMBER_OF_PLANES_EXT, (EGLint*)&dst->yuvNumberOfPlanes); in queryExtConfigInfo()