Home
last modified time | relevance | path

Searched defs:greenSize (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp108 deInt32 greenSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_GREEN_SIZE); in getDefaultEglConfigList() local
/external/deqp/framework/egl/
DegluConfigInfo.hpp44 deInt32 greenSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp76 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); } in greenSize() function in eglu::CandidateConfig
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp443 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest() local
515 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest() local
/external/deqp/framework/qphelper/
DqpTestLog.h160 int greenSize; member
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java371 public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, in setEGLConfigChooser()
822 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, in ComponentSizeChooser()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp561 int greenSize = visual.getAttrib(GLX_GREEN_SIZE); in configRank() local
/external/deqp/executor/
DxeTestCaseResult.hpp354 int greenSize; member in xe::ri::EglConfig