Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList() local
/external/deqp/framework/egl/
DegluConfigInfo.hpp43 deInt32 redSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize() function in eglu::CandidateConfig
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp442 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() local
514 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() local
/external/deqp/framework/qphelper/
DqpTestLog.h159 int redSize; 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.cpp560 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank() local
/external/deqp/executor/
DxeTestCaseResult.hpp353 int redSize; member in xe::ri::EglConfig