/external/deqp/framework/common/ |
D | tcuPixelFormat.hpp | 40 int alphaBits; member 46 , alphaBits(alpha) in PixelFormat() 54 , alphaBits(0) in PixelFormat() 84 alphaBits ? channelThreshold(alphaBits) : 0); in getColorThreshold() 122 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff); in convertColor() 130 alphaBits == other.alphaBits; in operator ==()
|
D | tcuSurfaceAccess.hpp | 39 (format.alphaBits ? tcu::RGBA::ALPHA_MASK : 0)); in getColorMask()
|
/external/deqp/framework/opengl/ |
D | gluRenderConfig.cpp | 38 config->alphaBits == RenderConfig::DONT_CARE && in parseConfigBitsFromName() 49 int alphaBits; in parseConfigBitsFromName() member 65 config->alphaBits = colorCfgs[ndx].alphaBits; in parseConfigBitsFromName()
|
D | gluRenderConfig.hpp | 87 int alphaBits; member 104 , alphaBits (DONT_CARE) in RenderConfig()
|
D | gluFboRenderContext.cpp | 109 if (config.alphaBits != glu::RenderConfig::DONT_CARE && in chooseColorFormat() 110 config.alphaBits != bits[3]) in chooseColorFormat()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigList.hpp | 104 , alphaBits(alphaBits_) in AOSPConfig() 118 , alphaBits(0) in AOSPConfig() 131 deInt32 alphaBits; member
|
D | glcConfigListWGL.cpp | 66 fmtInfo.alphaBits, fmtInfo.depthBits, fmtInfo.stencilBits, fmtInfo.samples)); in getDefaultWglConfigList()
|
D | glcInfoTests.cpp | 105 << TestLog::Integer("AlphaBits", "Alpha bits", "", QP_KEY_TAG_NONE, pixelFormat.alphaBits) in iterate()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 113 int alphaBits; member in tcu::wgl::PixelFormatInfo 148 , alphaBits (0) in PixelFormatInfo()
|
D | tcuWin32EGLNativeDisplayFactory.cpp | 197 int alphaBits = 0; in createPixmap() local 205 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &alphaBits); in createPixmap() 208 bitSum = redBits+greenBits+blueBits+alphaBits; in createPixmap()
|
D | tcuWGL.cpp | 389 info.alphaBits = values[WGL_ALPHA_BITS_ARB]; in getPixelFormatInfo() 607 if (config.alphaBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat() 608 config.alphaBits != info.alphaBits) in choosePixelFormat()
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 675 GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0; in OSMesaCreateContextAttribs() local 748 alphaBits = CHAN_BITS; in OSMesaCreateContextAttribs() 758 alphaBits = CHAN_BITS; in OSMesaCreateContextAttribs() 768 alphaBits = CHAN_BITS; in OSMesaCreateContextAttribs() 778 alphaBits = 0; in OSMesaCreateContextAttribs() 787 alphaBits = 0; in OSMesaCreateContextAttribs() 797 alphaBits = 0; in OSMesaCreateContextAttribs() 814 alphaBits, in OSMesaCreateContextAttribs() 820 alphaBits ? accumBits : 0, in OSMesaCreateContextAttribs()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 240 GLuint rgbBits, GLuint alphaBits, in add_color_renderbuffers() argument 246 if (rgbBits > 16 || alphaBits > 16) { in add_color_renderbuffers() 403 GLuint blueBits, GLuint alphaBits) in add_accum_renderbuffer() argument 407 if (redBits > 16 || greenBits > 16 || blueBits > 16 || alphaBits > 16) { in add_accum_renderbuffer() 498 fb->Visual.alphaBits, in _swrast_add_soft_renderbuffers()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 167 const bool ca = config.alphaBits != glu::RenderConfig::DONT_CARE; 172 (!ca || config.alphaBits == 8)) 178 (!ca || config.alphaBits == 0)) 247 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_ALPHA_SIZE, &pixelFormat.alphaBits);
|
/external/mesa3d/src/mesa/main/ |
D | context.h | 75 GLint alphaBits, 91 GLint alphaBits,
|
D | context.c | 217 GLint alphaBits, in _mesa_create_visual() argument 229 redBits, greenBits, blueBits, alphaBits, in _mesa_create_visual() 259 GLint alphaBits, in _mesa_initialize_visual() argument 288 vis->alphaBits = alphaBits; in _mesa_initialize_visual()
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 107 deInt32 alphaBits; member 122 int alphaBits; in parseConfigBitsFromName() member 133 cfgInfo.alphaBits = colorCfgs[ndx].alphaBits; in parseConfigBitsFromName() 270 cfgInfo.blueBits == config.blueBits && cfgInfo.alphaBits == config.alphaBits && in isGLConfigCompatible()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 262 modes->alphaBits = alpha_bits; in driCreateConfigs() 268 + modes->blueBits + modes->alphaBits; in driCreateConfigs() 366 __ATTRIB(__DRI_ATTRIB_ALPHA_SIZE, alphaBits),
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 339 de::inBounds(colorBits.alphaBits, 0, 0xff)); in getColorFormat() 344 switch (PACK_FMT(colorBits.redBits, colorBits.greenBits, colorBits.blueBits, colorBits.alphaBits)) in getColorFormat() 380 (colorBits.alphaBits > 0 && colorBits.alphaBits < 8)) in getColorThreshold() 691 fmt.alphaBits = eglu::getConfigAttribInt(egl, display, config, EGL_ALPHA_SIZE); in getPixelFormat() 753 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage; in executeForContexts() 962 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage; in executeForContexts()
|
D | teglColorClearCase.cpp | 156 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &pixelFmt.alphaBits); in getPixelFormat() 247 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1); in executeForContexts() 435 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1); in executeForContexts()
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 221 ….0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelFormat().alphaBits, formatBitDepths… in iterate() 244 ….0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelFormat().alphaBits, formatBitDepths… in iterate()
|
/external/mesa3d/src/glx/ |
D | glxconfig.h | 42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 746 const int alphaBits = getValueOrDefault(renderCfg, &RenderConfig::alphaBits, 8); in toRenderTarget() local 751 …return tcu::RenderTarget(width, height, tcu::PixelFormat(redBits, greenBits, blueBits, alphaBits),… in toRenderTarget()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 249 config.alphaBits), in EglRenderContext() 322 frame_buffer_attribs.push_back(config.alphaBits); in EglRenderContext()
|
/external/deqp/modules/gles2/ |
D | tes2InfoTests.cpp | 109 << tcu::TestLog::Integer("AlphaBits", "Alpha channel bits", "", QP_KEY_TAG_NONE, pf.alphaBits) in iterate()
|