Searched refs:yuvPlaneBpp (Results 1 – 3 of 3) sorted by relevance
82 deInt32 yuvPlaneBpp; member in eglu::ConfigInfo124 , yuvPlaneBpp (EGL_YUV_PLANE_BPP_0_EXT) in ConfigInfo()
78 case EGL_YUV_PLANE_BPP_EXT: return yuvPlaneBpp; in getAttribute()134 egl.getConfigAttrib(display, config, EGL_YUV_PLANE_BPP_EXT, (EGLint*)&dst->yuvPlaneBpp); in queryExtConfigInfo()
199 return yuvPlaneBppSpecified ? (a.m_info.yuvPlaneBpp > b.m_info.yuvPlaneBpp) : false; in compareColorBufferBits()