Searched defs:redSize (Results  1 – 11 of 11) sorted by relevance
| /external/deqp/external/openglcts/modules/common/ | 
| D | glcConfigListEGL.cpp | 107 		deInt32  redSize		= eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE);  in getDefaultEglConfigList()  local
  | 
| /external/deqp/framework/egl/ | 
| D | egluConfigInfo.hpp | 43 	deInt32			redSize;  member in eglu::ConfigInfo
  | 
| D | egluConfigFilter.cpp | 75 int			CandidateConfig::redSize			(void) const { return get(EGL_RED_SIZE);							}  in redSize()  function in eglu::CandidateConfig
  | 
| /external/deqp/modules/egl/ | 
| D | teglQueryConfigTests.cpp | 442 		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/ | 
| D | Config.h | 38     EGLint redSize;                // Bits of Red in the color buffer  member
  | 
| D | formatutils.cpp | 1497     GLuint redSize   = static_cast<GLuint>(attribMap.getAsInt(EGL_RED_SIZE, 0));  in GetAndroidHardwareBufferFormatFromChannelSizes()  local
  | 
| D | validationEGL.cpp | 6128     int redSize   = attribMap.getAsInt(EGL_RED_SIZE, 0);  in ValidateCreateNativeClientBufferANDROID()  local
  | 
| /external/deqp/framework/qphelper/ | 
| D | qpTestLog.h | 170 	int							redSize;  member
  | 
| /external/replicaisland/src/com/replica/replicaisland/ | 
| D | GLSurfaceView.java | 371     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/ | 
| D | tcuLnxX11GlxPlatform.cpp | 571 	int redSize		= visual.getAttrib(GLX_RED_SIZE);  in configRank()  local
  | 
| /external/deqp/executor/ | 
| D | xeTestCaseResult.hpp | 363 	int					redSize;  member in xe::ri::EglConfig
  |