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

  /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)
  /external/deqp/framework/egl/
egluConfigInfo.hpp 62 deUint32 transparentType;
95 , transparentType (0)
  /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;
  /external/deqp/executor/
xeTestCaseResult.hpp 368 std::string transparentType;

Completed in 184 milliseconds