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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 62 deUint32 transparentType;
95 , transparentType (0)
egluConfigInfo.cpp 61 case EGL_TRANSPARENT_TYPE: return transparentType;
98 eglGetConfigAttrib(display, config, EGL_TRANSPARENT_TYPE, (EGLint*)&dst->transparentType);
  /external/deqp/modules/egl/
teglConfigList.cpp 163 std::string transparentType = de::toString(eglu::getTransparentTypeStr(val));
164 info.transparentType = transparentType.c_str();
teglQueryConfigTests.cpp 481 const EGLint transparentType = getValue(config, EGL_TRANSPARENT_TYPE);
490 if (transparentType == EGL_TRANSPARENT_RGB)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 35 EGLint transparentType,samples;
67 transparentType = EGL_NONE;
86 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglX11Api.cpp 89 int caveat,transparentType,samples;
100 transparentType = EGL_NONE;
102 transparentType = EGL_TRANSPARENT_RGB;
161 supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglWindowsApi.cpp 338 EGLint transparentType,samples;
385 transparentType = EGL_TRANSPARENT_RGB;
390 transparentType = EGL_NONE;
400 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
  /external/deqp/framework/qphelper/
qpTestLog.h 182 const char* transparentType;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 368 std::string transparentType;
xeTestLogWriter.cpp 404 << Writer::Attribute("TransparentType", config.transparentType)
xeTestResultParser.cpp 629 config->transparentType = getAttribute("TransparentType");

Completed in 291 milliseconds