Searched refs:yuvPlaneBpp (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp82 deInt32 yuvPlaneBpp; member in class:eglu::ConfigInfo
124 , yuvPlaneBpp (EGL_YUV_PLANE_BPP_0_EXT)
H A DegluConfigInfo.cpp78 case EGL_YUV_PLANE_BPP_EXT: return yuvPlaneBpp;
134 egl.getConfigAttrib(display, config, EGL_YUV_PLANE_BPP_EXT, (EGLint*)&dst->yuvPlaneBpp);
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp199 return yuvPlaneBppSpecified ? (a.m_info.yuvPlaneBpp > b.m_info.yuvPlaneBpp) : false;

Completed in 78 milliseconds