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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.h 49 boolean bindToTextureRGBA;
stw_ext_pixelformat.c 118 *pvalue = pfi->bindToTextureRGBA;
stw_pixelformat.c 210 pfi->bindToTextureRGBA = TRUE;
  /external/deqp/framework/egl/
egluConfigInfo.hpp 50 deUint32 bindToTextureRGBA;
96 , bindToTextureRGBA (0)
egluConfigInfo.cpp 48 case EGL_BIND_TO_TEXTURE_RGBA: return bindToTextureRGBA;
97 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, (EGLint*)&dst->bindToTextureRGBA);
  /external/deqp/framework/qphelper/
qpTestLog.h 166 deBool bindToTextureRGBA;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 360 bool bindToTextureRGBA;
394 , bindToTextureRGBA (false)
xeTestLogWriter.cpp 390 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA))
xeTestResultParser.cpp 621 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA"));
  /external/deqp/modules/egl/
teglConfigList.cpp 106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE;
teglWideColorTests.cpp 711 info.bindToTextureRGBA = val == EGL_TRUE ? true : false;
    [all...]

Completed in 511 milliseconds