Home
last modified time | relevance | path

Searched refs:actualFormat (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp209 const angle::Format &actualFormat) in HasEmulatedImageChannels() argument
211 return (intendedFormat.alphaBits == 0 && actualFormat.alphaBits > 0) || in HasEmulatedImageChannels()
212 (intendedFormat.blueBits == 0 && actualFormat.blueBits > 0) || in HasEmulatedImageChannels()
213 (intendedFormat.greenBits == 0 && actualFormat.greenBits > 0) || in HasEmulatedImageChannels()
214 (intendedFormat.depthBits == 0 && actualFormat.depthBits > 0) || in HasEmulatedImageChannels()
215 (intendedFormat.stencilBits == 0 && actualFormat.stencilBits > 0); in HasEmulatedImageChannels()
326 const angle::Format &actualFormat = angle::Format::Get(actualFormatID); in GetImageCopyBufferAlignment() local
328 ASSERT(actualFormat.pixelBytes != 0); in GetImageCopyBufferAlignment()
329 const size_t texelSize = actualFormat.pixelBytes; in GetImageCopyBufferAlignment()
Dvk_format_utils.h65 const angle::Format &actualFormat);
DFramebufferVk.cpp1663 const angle::Format &actualFormat = renderTarget->getImageActualFormat(); in updateColorAttachment() local
1664 updateActiveColorMasks(colorIndexGL, actualFormat.redBits > 0, actualFormat.greenBits > 0, in updateColorAttachment()
1665 actualFormat.blueBits > 0, actualFormat.alphaBits > 0); in updateColorAttachment()
1669 colorIndexGL, intendedFormat.alphaBits == 0 && actualFormat.alphaBits > 0); in updateColorAttachment()
Dvk_helpers.cpp715 const angle::Format &actualFormat) in GetRobustResourceClearValue() argument
724 clearValue.color = HasEmulatedImageChannels(intendedFormat, actualFormat) in GetRobustResourceClearValue()
4227 const angle::Format &actualFormat = angle::Format::Get(actualFormatID); in initExternal() local
4230 if (actualFormat.isYUV) in initExternal()
4327 const angle::Format &actualFormat = angle::Format::Get(actualFormatID); in DeriveCreateInfoPNext() local
4329 actualFormat.isSRGB ? ConvertToLinear(actualFormatID) : ConvertToSRGB(actualFormatID); in DeriveCreateInfoPNext()
4642 angle::FormatID actualFormat = mActualFormatID; in initLayerImageView() local
4649 angle::FormatID linearFormat = ConvertToLinear(actualFormat); in initLayerImageView()
4652 actualFormat = linearFormat; in initLayerImageView()
4658 GetVkFormatFromFormatID(actualFormat), nullptr); in initLayerImageView()
DUtilsVk.cpp272 uint32_t GetGenerateMipmapFlags(ContextVk *contextVk, const angle::Format &actualFormat) in GetGenerateMipmapFlags() argument
281 if (actualFormat.redBits <= 8) in GetGenerateMipmapFlags()
286 else if (actualFormat.redBits <= 16) in GetGenerateMipmapFlags()
Dvk_helpers.h1838 const angle::Format &actualFormat);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_utils.mm1134 const angle::Format &actualFormat = mtlFormat.actualAngleFormat();
1137 if (intendedFormat.alphaBits == 0 && actualFormat.alphaBits)
1145 if (intendedFormat.redBits == 0 && actualFormat.redBits)
1151 if (intendedFormat.greenBits == 0 && actualFormat.greenBits)
1157 if (intendedFormat.blueBits == 0 && actualFormat.blueBits)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h287 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType);
Dformatutils.cpp1864 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType) in MaybeOverrideLuminance() argument
1871 gl::GetInternalFormatInfo(actualFormat, actualType).pixelBytes); in MaybeOverrideLuminance()
1875 format = actualFormat; in MaybeOverrideLuminance()
/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c167 int actualFormat; in GetOverlayInfo() local
180 overlayVisualsAtom, &actualType, &actualFormat, in GetOverlayInfo()
185 actualFormat != 32 || sizeData < 4) { in GetOverlayInfo()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c195 int actualFormat; in X11_GetNetWMState() local
203 &actualFormat, &numItems, &bytesAfter, in X11_GetNetWMState()
/third_party/flutter/glfw/src/
Dx11_window.c1511 int actualFormat; in _glfwGetWindowPropertyX11() local
1522 &actualFormat, in _glfwGetWindowPropertyX11()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java2484 String[] actualFormat = formattedDateList.toArray(new String[0]);
2485 …ssertEquals("Fail: dateformat doesn't interpret calendar correctly", expectedFormat, actualFormat);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java2481 String[] actualFormat = formattedDateList.toArray(new String[0]);
2482 …ssertEquals("Fail: dateformat doesn't interpret calendar correctly", expectedFormat, actualFormat);