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

  /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;

Completed in 211 milliseconds