HomeSort by relevance Sort by last modified time
    Searched refs:luminanceSize (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/egl/
egluConfigInfo.hpp 46 deInt32 luminanceSize;
92 , luminanceSize (0)
egluConfigInfo.cpp 44 case EGL_LUMINANCE_SIZE: return luminanceSize;
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);