Home
last modified time | relevance | path

Searched defs:blueSize (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp109 deInt32 blueSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_BLUE_SIZE); in getDefaultEglConfigList() local
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp45 deInt32 blueSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp77 int CandidateConfig::blueSize (void) const { return get(EGL_BLUE_SIZE); } in blueSize() function in eglu::CandidateConfig
/third_party/vk-gl-cts/modules/egl/
DteglQueryConfigTests.cpp444 const EGLint blueSize = getValue(config, EGL_BLUE_SIZE); in executeTest() local
516 const EGLint blueSize = getValue(config, EGL_BLUE_SIZE); in executeTest() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h40 EGLint blueSize; // Bits of Blue in the color buffer member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h40 EGLint blueSize; // Bits of Blue in the color buffer member
Dformatutils.cpp1414 GLuint blueSize = static_cast<GLuint>(attribMap.getAsInt(EGL_BLUE_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
DvalidationEGL.cpp5806 int blueSize = attribMap.getAsInt(EGL_BLUE_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h172 int blueSize; member
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp573 int blueSize = visual.getAttrib(GLX_BLUE_SIZE); in configRank() local
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp365 int blueSize; member in xe::ri::EglConfig