Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.hpp82 deInt32 yuvPlaneBpp; member in eglu::ConfigInfo
124 , yuvPlaneBpp (EGL_YUV_PLANE_BPP_0_EXT) in ConfigInfo()
DegluConfigInfo.cpp78 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()
/external/deqp/modules/egl/
DteglChooseConfigReference.cpp199 return yuvPlaneBppSpecified ? (a.m_info.yuvPlaneBpp > b.m_info.yuvPlaneBpp) : false; in compareColorBufferBits()