Home
last modified time | relevance | path

Searched defs:blueBits (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFormat.h106 GLuint blueBits; member
132 GLuint blueBits, in GetChannelCount()
153 GLuint blueBits, in Format()
H A Dd3d_format.h43 GLuint blueBits; member
H A Dd3d_format.cpp41 GLuint blueBits, in D3DFormat()
/aosp_15_r20/external/skia/docs/examples/
H A DColor_Type_RGB_101010.cpp18 uint32_t blueBits[] = { pack101010x(0x000, 0x000, 0x3FF), pack101010x(0x000, 0x000, 0x2ff), in draw() local
H A DColor_Type_RGBA_1010102.cpp20 uint32_t blueBits[] = { pack1010102(0x000, 0x000, 0x3FF, 0x3), in draw() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuPixelFormat.hpp39 int blueBits; member
H A DtcuRasterizationVerifier.hpp127 int blueBits; member
H A DtcuRasterizationVerifier.cpp93 …eColors(const tcu::RGBA &colorA, const tcu::RGBA &colorB, int redBits, int greenBits, int blueBits) in compareColors()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp46 int blueBits; in parseConfigBitsFromName() member
H A DgluRenderConfig.hpp96 int blueBits; member
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp109 int32_t blueBits; member
124 int blueBits; in parseConfigBitsFromName() member
/aosp_15_r20/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp111 int blueBits; member in tcu::wgl::PixelFormatInfo
H A DtcuWin32EGLNativeDisplayFactory.cpp222 int blueBits = 0; in createPixmap() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dglconfig.h25 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcConfigList.hpp130 int32_t blueBits; member
/aosp_15_r20/external/angle/util/
H A DEGLWindow.h41 int blueBits; member
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxconfig.h39 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h260 GLuint blueBits; member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp73 GLint blueBits = 0; in checkBufferBits() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp1914 int blueBits = (int)deFloatRound((float)lowColor.getBlue() / 255.0f * 31); in postTest() local
1921 int blueBits = (int)deFloatRound((float)highColor.getBlue() / 255.0f * 31); in postTest() local
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp757 const int blueBits = getValueOrDefault(renderCfg, &RenderConfig::blueBits, 8); in toRenderTarget() local