Home
last modified time | relevance | path

Searched defs:redSize (Results 1 – 11 of 11) 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/angle/src/libANGLE/
DConfig.h38 EGLint redSize; // Bits of Red in the color buffer member
Dformatutils.cpp1334 GLuint redSize = static_cast<GLuint>(attribMap.getAsInt(EGL_RED_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes() local
DvalidationEGL.cpp5575 int redSize = attribMap.getAsInt(EGL_RED_SIZE, 0); in ValidateCreateNativeClientBufferANDROID() local
/external/deqp/framework/qphelper/
DqpTestLog.h166 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.cpp571 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank() local
/external/deqp/executor/
DxeTestCaseResult.hpp359 int redSize; member in xe::ri::EglConfig