Home
last modified time | relevance | path

Searched refs:bindToTextureRGB (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp49 deUint32 bindToTextureRGB; member in eglu::ConfigInfo
95 , bindToTextureRGB (0) in ConfigInfo()
DegluConfigInfo.cpp47 case EGL_BIND_TO_TEXTURE_RGB: return bindToTextureRGB; in getAttribute()
96 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB); in queryCoreConfigInfo()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.h48 boolean bindToTextureRGB; member
Dstw_ext_pixelformat.c109 *pvalue = pfi->bindToTextureRGB; in stw_query_attrib()
Dstw_pixelformat.c212 pfi->bindToTextureRGB = TRUE; in stw_pixelformat_add()
/external/deqp/executor/
DxeTestCaseResult.hpp359 bool bindToTextureRGB; member in xe::ri::EglConfig
393 , bindToTextureRGB (false) in EglConfig()
DxeTestLogWriter.cpp389 << Writer::Attribute("BindToTextureRGB", getBoolName(config.bindToTextureRGB)) in writeResultItem()
DxeTestResultParser.cpp620 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h165 deBool bindToTextureRGB; member
DqpTestLog.c1147 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGB", config->bindToTextureRGB); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
DteglWideColorTests.cpp773 info.bindToTextureRGB = val == EGL_TRUE ? true : false; in writeEglConfig()