Home
last modified time | relevance | path

Searched defs:alphaSize (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp110 deInt32 alphaSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_ALPHA_SIZE); in getDefaultEglConfigList() local
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp47 deInt32 alphaSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp78 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize() function in eglu::CandidateConfig
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h42 EGLint alphaSize; // Bits of Alpha in the color buffer member
Dformatutils.cpp1415 GLuint alphaSize = static_cast<GLuint>(attribMap.getAsInt(EGL_ALPHA_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
DvalidationEGL.cpp5807 int alphaSize = attribMap.getAsInt(EGL_ALPHA_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h173 int alphaSize; member
/third_party/vk-gl-cts/modules/egl/
DteglQueryConfigTests.cpp446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE); in executeTest() local
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp574 int alphaSize = visual.getAttrib(GLX_ALPHA_SIZE); in configRank() local
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp366 int alphaSize; member in xe::ri::EglConfig