Home
last modified time | relevance | path

Searched refs:alphaBits (Results 1 – 25 of 102) sorted by relevance

12345

/external/deqp/framework/common/
DtcuPixelFormat.hpp40 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 ==()
DtcuSurfaceAccess.hpp39 (format.alphaBits ? tcu::RGBA::ALPHA_MASK : 0)); in getColorMask()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp38 config->alphaBits == RenderConfig::DONT_CARE && in parseConfigBitsFromName()
49 int alphaBits; in parseConfigBitsFromName() member
65 config->alphaBits = colorCfgs[ndx].alphaBits; in parseConfigBitsFromName()
DgluRenderConfig.hpp87 int alphaBits; member
104 , alphaBits (DONT_CARE) in RenderConfig()
DgluFboRenderContext.cpp109 if (config.alphaBits != glu::RenderConfig::DONT_CARE && in chooseColorFormat()
110 config.alphaBits != bits[3]) in chooseColorFormat()
/external/deqp/external/openglcts/modules/common/
DglcConfigList.hpp104 , alphaBits(alphaBits_) in AOSPConfig()
118 , alphaBits(0) in AOSPConfig()
131 deInt32 alphaBits; member
DglcConfigListWGL.cpp66 fmtInfo.alphaBits, fmtInfo.depthBits, fmtInfo.stencilBits, fmtInfo.samples)); in getDefaultWglConfigList()
DglcInfoTests.cpp105 << TestLog::Integer("AlphaBits", "Alpha bits", "", QP_KEY_TAG_NONE, pixelFormat.alphaBits) in iterate()
/external/deqp/framework/platform/win32/
DtcuWGL.hpp113 int alphaBits; member in tcu::wgl::PixelFormatInfo
148 , alphaBits (0) in PixelFormatInfo()
DtcuWin32EGLNativeDisplayFactory.cpp197 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()
DtcuWGL.cpp389 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/
Dosmesa.c675 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/
Ds_renderbuffer.c240 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/
DtcuIOSPlatform.mm167 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/
Dcontext.h75 GLint alphaBits,
91 GLint alphaBits,
Dcontext.c217 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/
DglcTestRunner.cpp107 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/
Dutils.c262 modes->alphaBits = alpha_bits; in driCreateConfigs()
268 + modes->blueBits + modes->alphaBits; in driCreateConfigs()
366 __ATTRIB(__DRI_ATTRIB_ALPHA_SIZE, alphaBits),
/external/deqp/modules/egl/
DteglRenderTests.cpp339 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()
DteglColorClearCase.cpp156 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/
Des2fReadPixelsTests.cpp221 ….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/
Dglxconfig.h42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp746 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/
DtcuSurfacelessPlatform.cpp249 config.alphaBits), in EglRenderContext()
322 frame_buffer_attribs.push_back(config.alphaBits); in EglRenderContext()
/external/deqp/modules/gles2/
Dtes2InfoTests.cpp109 << tcu::TestLog::Integer("AlphaBits", "Alpha channel bits", "", QP_KEY_TAG_NONE, pf.alphaBits) in iterate()

12345