Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFormat.h104 GLuint redBits; member
130 constexpr GLuint GetChannelCount(GLuint redBits, in GetChannelCount()
151 GLuint redBits, in Format()
H A Dd3d_format.h41 GLuint redBits; member
H A Dd3d_format.cpp39 GLuint redBits, in D3DFormat()
/aosp_15_r20/external/skia/docs/examples/
H A DColor_Type_RGB_101010.cpp16 uint32_t redBits[] = { pack101010x(0x3FF, 0x000, 0x000), pack101010x(0x2ff, 0x000, 0x000), in draw() local
H A DColor_Type_RGBA_1010102.cpp16 uint32_t redBits[] = { pack1010102(0x3FF, 0x000, 0x000, 0x3), in draw() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuPixelFormat.hpp37 int redBits; member
H A DtcuRasterizationVerifier.hpp125 int redBits; member
H A DtcuRasterizationVerifier.cpp93 bool compareColors(const tcu::RGBA &colorA, const tcu::RGBA &colorB, int redBits, int greenBits, in… in compareColors()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp44 int redBits; in parseConfigBitsFromName() member
H A DgluRenderConfig.hpp94 int redBits; member
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp107 int32_t redBits; member
122 int redBits; in parseConfigBitsFromName() member
/aosp_15_r20/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp107 int redBits; member in tcu::wgl::PixelFormatInfo
H A DtcuWin32EGLNativeDisplayFactory.cpp220 int redBits = 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.hpp128 int32_t redBits; member
/aosp_15_r20/external/angle/util/
H A DEGLWindow.h39 int redBits; 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.h258 GLuint redBits; member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp71 GLint redBits = 0; in checkBufferBits() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp1912 int redBits = (int)deFloatRound((float)lowColor.getRed() / 255.0f * 31); in postTest() local
1919 int redBits = (int)deFloatRound((float)highColor.getRed() / 255.0f * 31); in postTest() local
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp755 const int redBits = getValueOrDefault(renderCfg, &RenderConfig::redBits, 8); in toRenderTarget() local