Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.hpp50 deUint32 bindToTextureRGBA; member in eglu::ConfigInfo
96 , bindToTextureRGBA (0) in ConfigInfo()
DegluConfigInfo.cpp48 case EGL_BIND_TO_TEXTURE_RGBA: return bindToTextureRGBA; in getAttribute()
97 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, (EGLint*)&dst->bindToTextureRGBA); in queryCoreConfigInfo()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.h49 boolean bindToTextureRGBA; member
Dstw_ext_pixelformat.c118 *pvalue = pfi->bindToTextureRGBA; in stw_query_attrib()
Dstw_pixelformat.c210 pfi->bindToTextureRGBA = TRUE; in stw_pixelformat_add()
/external/deqp/executor/
DxeTestCaseResult.hpp360 bool bindToTextureRGBA; member in xe::ri::EglConfig
394 , bindToTextureRGBA (false) in EglConfig()
DxeTestLogWriter.cpp390 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA)) in writeResultItem()
DxeTestResultParser.cpp621 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h166 deBool bindToTextureRGBA; member
DqpTestLog.c1099 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGBA", config->bindToTextureRGBA); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
DteglWideColorTests.cpp754 info.bindToTextureRGBA = val == EGL_TRUE ? true : false; in writeEglConfig()