Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.hpp80 deUint32 yuvDepthRange; member in eglu::ConfigInfo
122 , yuvDepthRange (EGL_NONE) in ConfigInfo()
DegluConfigInfo.cpp76 case EGL_YUV_DEPTH_RANGE_EXT: return yuvDepthRange; in getAttribute()
132 egl.getConfigAttrib(display, config, EGL_YUV_DEPTH_RANGE_EXT, (EGLint*)&dst->yuvDepthRange); in queryExtConfigInfo()