Home
last modified time | relevance | path

Searched refs:blueBits (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/vk-gl-cts/framework/common/
H A DtcuPixelFormat.hpp39 int blueBits; member
45 , blueBits(blue) in PixelFormat()
53 , blueBits(0) in PixelFormat()
83 channelThreshold(blueBits), in getColorThreshold()
121 convertChannel(col.getBlue(), blueBits), in convertColor()
129 blueBits == other.blueBits && in operator ==()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat.h36 GLuint blueBits,
93 GLuint blueBits; member
119 GLuint blueBits, in GetChannelCount()
125 return (redBits > 0 ? 1 : 0) + (greenBits > 0 ? 1 : 0) + (blueBits > 0 ? 1 : 0) + in GetChannelCount()
140 GLuint blueBits, in Format()
163 blueBits(blueBits), in Format()
172 blueBits, in Format()
193 ASSERT(redBits > 0 || (greenBits == 0 && blueBits == 0)); in isLUMA()
117 GetChannelCount(GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits) GetChannelCount() argument
130 Format(FormatID id, GLenum glFormat, GLenum fboFormat, rx::MipGenerationFunction mipGen, const rx::FastCopyFunctionMap &fastCopyFunctions, rx::PixelReadFunction colorRead, rx::PixelWriteFunction colorWrite, GLenum componentType, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits, GLuint pixelBytes, GLuint componentAlignmentMask, bool isBlock, bool isFixed, bool isScaled, bool isSRGB, bool isYUV, gl::VertexAttribType vertexAttribType) Format() argument
H A Dd3d_format.cpp28 blueBits(0), in D3DFormat()
41 GLuint blueBits, in D3DFormat()
52 blueBits(blueBits), in D3DFormat()
36 D3DFormat(GLuint bits, GLuint blockWidth, GLuint blockHeight, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint lumBits, GLuint depthBits, GLuint stencilBits, FormatID formatID) D3DFormat() argument
H A Dd3d_format.h28 GLuint blueBits,
43 GLuint blueBits; member
/third_party/glfw/tests/
H A Dmonitors.c68 mode->redBits + mode->greenBits + mode->blueBits, in format_mode()
70 mode->redBits, mode->greenBits, mode->blueBits, in format_mode()
147 glfwWindowHint(GLFW_BLUE_BITS, mode->blueBits); in test_modes()
193 glGetIntegerv(GL_BLUE_BITS, &current.blueBits); in test_modes()
199 current.blueBits != mode->blueBits) in test_modes()
202 current.redBits, current.greenBits, current.blueBits, in test_modes()
203 mode->redBits, mode->greenBits, mode->blueBits); in test_modes()
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderConfig.cpp37 config->blueBits == RenderConfig::DONT_CARE && in parseConfigBitsFromName()
48 int blueBits; in parseConfigBitsFromName() member
64 config->blueBits = colorCfgs[ndx].blueBits; in parseConfigBitsFromName()
H A DgluRenderConfig.hpp86 int blueBits; member
103 , blueBits (DONT_CARE) in RenderConfig()
/third_party/skia/docs/examples/
H A DColor_Type_RGB_101010.cpp19 uint32_t blueBits[] = { pack101010x(0x000, 0x000, 0x3FF), pack101010x(0x000, 0x000, 0x2ff), in REG_FIDDLE() local
24 SkPixmap bluePixmap(imageInfo, &blueBits, imageInfo.minRowBytes()); in REG_FIDDLE()
25 if (bitmap.installPixels(imageInfo, (void*) blueBits, imageInfo.minRowBytes())) { in REG_FIDDLE()
H A DColor_Type_RGBA_1010102.cpp21 uint32_t blueBits[] = { pack1010102(0x000, 0x000, 0x3FF, 0x3), in REG_FIDDLE() local
28 SkPixmap bluePixmap(imageInfo, &blueBits, imageInfo.minRowBytes()); in REG_FIDDLE()
29 if (bitmap.installPixels(imageInfo, (void*) blueBits, imageInfo.minRowBytes())) { in REG_FIDDLE()
/third_party/vk-gl-cts/framework/platform/ohos/context/
H A DtcuOhosNativeContext.cpp71 printf("config.blueBits = %d\n", config.blueBits); in OhosRendContext()
116 .blueBits = 8, in OhosRendContext()
130 if (config.blueBits != -1) in OhosRendContext()
132 pf.blueBits = config.blueBits; in OhosRendContext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigList.hpp103 , blueBits(blueBits_) in AOSPConfig()
117 , blueBits(0) in AOSPConfig()
130 deInt32 blueBits; member
H A DglcConfigListWGL.cpp63 (fmtInfo.redBits > 8 || fmtInfo.greenBits > 8 || fmtInfo.blueBits > 8 || fmtInfo.alphaBits > 8)) in getDefaultWglConfigList()
80 CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW, fmtInfo.redBits, fmtInfo.greenBits, fmtInfo.blueBits, in getDefaultWglConfigList()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp202 if (pixelFormat_.blueBits != -1) in SetConfig()
205 frameBufferAttribs.push_back(pixelFormat_.blueBits); in SetConfig()
267 if (pixelFormat_.blueBits != blue) in SetConfig()
269 if (pixelFormat_.blueBits != -1) in SetConfig()
270 printf("Failed to eglChooseConfig blueBits %d != %d\n", pixelFormat_.blueBits, blue); in SetConfig()
271 pixelFormat_.blueBits = blue; in SetConfig()
316 if (pixelFormat_.redBits == 8 && pixelFormat_.greenBits == 8 && pixelFormat_.blueBits == 8 && pixelFormat_.alphaBits == 8) in InitNativeWindow()
321 else if (pixelFormat_.redBits == 5 && pixelFormat_.greenBits == 6 && pixelFormat_.blueBits == 5 && pixelFormat_.alphaBits == 0) in InitNativeWindow()
326 else if (pixelFormat_.redBits == 4 && pixelFormat_.greenBits == 4 && pixelFormat_.blueBits in InitNativeWindow()
[all...]
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.hpp111 int blueBits; member in tcu::wgl::PixelFormatInfo
150 , blueBits (0) in PixelFormatInfo()
H A DtcuWGL.cpp406 info.blueBits = values[WGL_BLUE_BITS_ARB]; in getPixelFormatInfo()
634 if (config.blueBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat()
635 config.blueBits != info.blueBits) in choosePixelFormat()
/third_party/glfw/src/
H A Dcontext.c254 if (desired->blueBits != GLFW_DONT_CARE) in _glfwChooseFBConfig()
256 colorDiff += (desired->blueBits - current->blueBits) * in _glfwChooseFBConfig()
257 (desired->blueBits - current->blueBits); in _glfwChooseFBConfig()
H A Dmonitor.c44 const int fbpp = fm->redBits + fm->greenBits + fm->blueBits; in compareVideoModes()
45 const int sbpp = sm->redBits + sm->greenBits + sm->blueBits; in compareVideoModes()
244 if (desired->blueBits != GLFW_DONT_CARE) in _glfwChooseVideoMode()
245 colorDiff += abs(current->blueBits - desired->blueBits); in _glfwChooseVideoMode()
H A Dwin32_monitor.c267 dm.dmBitsPerPel = best->redBits + best->greenBits + best->blueBits; in _glfwSetVideoModeWin32()
428 &mode.blueBits); in _glfwGetVideoModesWin32()
492 &mode->blueBits); in _glfwGetVideoModeWin32()
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp250 config.blueBits, in EglRenderContext()
319 frame_buffer_attribs.push_back(config.blueBits); in EglRenderContext()
356 (glu::RenderConfig::DONT_CARE == config.blueBits || blue == config.blueBits) && in EglRenderContext()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp108 deInt32 blueBits; member
123 int blueBits; in parseConfigBitsFromName() member
134 cfgInfo.blueBits = colorCfgs[ndx].blueBits; in parseConfigBitsFromName()
272 cfgInfo.blueBits == config.blueBits && cfgInfo.alphaBits == config.alphaBits && in isGLConfigCompatible()
/third_party/mesa3d/src/mesa/main/
H A Dglconfig.h17 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DClear11.cpp495 (formatInfo.blueBits == 0 || !b) && (formatInfo.alphaBits == 0 || !a)) in clearFramebuffer()
506 (formatInfo.greenBits > 0 && !g) || (formatInfo.blueBits > 0 && !b) || in clearFramebuffer()
528 ((formatInfo.blueBits == 0 && nativeFormat.blueBits > 0) ? 0.0f in clearFramebuffer()
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.cpp28 blueBits(-1), in ConfigParameters()
406 (mConfigParams.blueBits >= 0) ? mConfigParams.blueBits : EGL_DONT_CARE, in initializeSurface()
445 eglGetConfigAttrib(mDisplay, mConfig, EGL_BLUE_SIZE, &mConfigParams.blueBits); in initializeSurface()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp344 de::inBounds(colorBits.blueBits, 0, 0xff) && in getColorFormat()
350 switch (PACK_FMT(colorBits.redBits, colorBits.greenBits, colorBits.blueBits, colorBits.alphaBits)) in getColorFormat()
385 (colorBits.blueBits > 0 && colorBits.blueBits < 8) || in getColorThreshold()
696 fmt.blueBits = eglu::getConfigAttribInt(egl, display, config, EGL_BLUE_SIZE); in getPixelFormat()
758 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage; in executeForContexts()
970 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage; in executeForContexts()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRasterizationTests.cpp272 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate()
369 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits;
474 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits; in iterate()
1134 const int thresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits);
1418 args.blueBits = m_context.getRenderTarget().getPixelFormat().blueBits;
1599 args.blueBits
[all...]

Completed in 18 milliseconds

123456