Home
last modified time | relevance | path

Searched defs:alphaBits (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h94 GLuint alphaBits; member
120 GLuint alphaBits, in GetChannelCount()
141 GLuint alphaBits, in Format()
Dd3d_format.h44 GLuint alphaBits; member
Dd3d_format.cpp42 GLuint alphaBits, in D3DFormat()
/third_party/vk-gl-cts/framework/common/
DtcuPixelFormat.hpp40 int alphaBits; member
DtcuCompressedTexture.cpp1628 const deUint64 alphaBits = get64BitBlockLE(src, 0) >> 16; in decompressBc3() local
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h57 int32_t alphaBits; member
/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.cpp49 int alphaBits; in parseConfigBitsFromName() member
DgluRenderConfig.hpp87 int alphaBits; member
/third_party/mesa3d/src/mesa/main/
Dglconfig.h17 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp113 int alphaBits; member in tcu::wgl::PixelFormatInfo
DtcuWin32EGLNativeDisplayFactory.cpp197 int alphaBits = 0; in createPixmap() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigList.hpp131 deInt32 alphaBits; member
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.h41 int alphaBits; member
/third_party/skia/tests/
DReadWritePixelsGpuTest.cpp320 const int alphaBits = std::min({alpha_channel_bits(readCT), in gpu_read_pixels_test_driver() local
887 const int alphaBits = std::min({alpha_channel_bits(writeCT), in gpu_write_pixels_test_driver() local
1210 int alphaBits = std::min(alpha_channel_bits(skCT), 8); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp109 deInt32 alphaBits; member
124 int alphaBits; in parseConfigBitsFromName() member
/third_party/mesa3d/src/glx/
Dglxconfig.h39 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h220 GLuint alphaBits; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp74 GLint alphaBits = 0; in checkBufferBits() local
DRobustResourceInitTest.cpp95 uint32_t alphaBits = in UncompressDXTBlock() local
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContext.cpp751 const int alphaBits = getValueOrDefault(renderCfg, &RenderConfig::alphaBits, 8); in toRenderTarget() local
/third_party/glfw/src/
Dinternal.h299 int alphaBits; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp1511 auto const alphaBits = mode.AB + mode.SPB + mode.EPB; in decode() local