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 43 deUint32 bindToTextureRGBA;
76 , bindToTextureRGBA (0)
egluConfigInfo.cpp 42 case EGL_BIND_TO_TEXTURE_RGBA: return bindToTextureRGBA;
79 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, (EGLint*)&dst->bindToTextureRGBA);
  /external/deqp/framework/qphelper/
qpTestLog.h 164 deBool bindToTextureRGBA;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 350 bool bindToTextureRGBA;
384 , bindToTextureRGBA (false)
xeTestLogWriter.cpp 386 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA))
xeTestResultParser.cpp 611 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA"));
  /external/deqp/modules/egl/
teglConfigList.cpp 104 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE;

Completed in 804 milliseconds