/aosp_15_r20/external/angle/src/common/linux/ |
H A D | dma_buf_utils.cpp | 39 return GL_BGRA8_EXT; in DrmFourCCFormatToGLInternalFormat() 150 case GL_BGRA8_EXT: in GLInternalFormatToGbmFourCCFormat()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | formatutils.h | 65 case GL_BGRA8_EXT: in GetNonLinearFormat() 94 return GL_BGRA8_EXT; in GetLinearFormat() 533 case GL_BGRA8_EXT: in IsBGRAFormat()
|
H A D | format_map_autogen.cpp | 43 return GL_BGRA8_EXT; in GetSizedFormatInternal() 709 case GL_BGRA8_EXT: in ValidES3FormatCombination()
|
H A D | validationES2.cpp | 87 case GL_BGRA8_EXT: in IsValidCopyTextureSourceInternalFormatEnum() 107 case GL_BGRA8_EXT: in IsValidCopyTextureDestinationInternalFormatEnum() 414 colorbufferFormat != GL_BGRA8_EXT && colorbufferFormat != GL_BGR5_A1_ANGLEX && in ValidateES2CopyTexImageParameters() 425 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters() 440 colorbufferFormat != GL_RGBA32F && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters() 454 colorbufferFormat != GL_RGBA32F && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters() 467 colorbufferFormat != GL_RGBA32F && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters() 481 colorbufferFormat != GL_BGRA8_EXT && colorbufferFormat != GL_BGR5_A1_ANGLEX && in ValidateES2CopyTexImageParameters() 506 colorbufferFormat != GL_RGB5_A1 && colorbufferFormat != GL_BGRA8_EXT && in ValidateES2CopyTexImageParameters() 520 colorbufferFormat != GL_BGRA8_EXT && colorbufferFormat != GL_RGBA8_OES && in ValidateES2CopyTexImageParameters() [all …]
|
H A D | Caps.cpp | 308 GL_BGRA8_EXT, in DetermineBGRA8TextureSupport() 318 GL_BGRA8_EXT, in DetermineBGRAReadFormatSupport()
|
/aosp_15_r20/external/angle/src/common/ |
H A D | android_util.cpp | 121 return GL_BGRA8_EXT; in GetPixelFormatInfo() 249 case GL_BGRA8_EXT: in GLInternalFormatToNativePixelFormat()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 102 case GL_BGRA8_EXT: in sGetUnsizedColorBufferFormat() 181 *sizedInternalFormat = GL_BGRA8_EXT; in sGetFormatParameters() 1133 if (m_sizedInternalFormat == GL_BGRA8_EXT || in importMemory() 1135 GLint internalFormat = m_sizedInternalFormat == GL_BGRA8_EXT in importMemory()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ggp/ |
H A D | DisplayVkGGP.cpp | 34 constexpr GLenum kColorFormats[] = {GL_BGRA8_EXT, GL_BGRX8_ANGLEX}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/ |
H A D | DisplayVkOffscreen.cpp | 34 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/null/ |
H A D | DisplayVkNull.cpp | 40 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/display/ |
H A D | DisplayVkSimple.cpp | 40 constexpr GLenum kColorFormats[] = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/fuchsia/ |
H A D | DisplayVkFuchsia.cpp | 34 constexpr GLenum kColorFormats[] = {GL_BGRA8_EXT, GL_BGRX8_ANGLEX}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/headless/ |
H A D | DisplayVkHeadless.cpp | 40 std::vector<GLenum> kColorFormats = {GL_RGBA8, GL_BGRA8_EXT, GL_RGB565, GL_RGB8}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/gbm/ |
H A D | DisplayVkGbm.cpp | 56 const std::array<GLenum, 1> kColorFormats = {GL_BGRA8_EXT}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/wayland/ |
H A D | DisplayVkWayland.cpp | 88 const std::array<GLenum, 1> kColorFormats = {GL_BGRA8_EXT}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 98 …{ FormatID::B8G8R8A8_TYPELESS, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8A8>, NoCopyFunctions,… 100 …{ FormatID::B8G8R8A8_UNORM, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8A8>, BGRACopyFunctions, … 102 …{ FormatID::B8G8R8X8_UNORM, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8X8>, NoCopyFunctions, Re… 309 case GL_BGRA8_EXT: in InternalFormatToID()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | glformats.c | 2416 case GL_BGRA8_EXT: in _mesa_base_tex_format() 2905 case GL_BGRA8_EXT: in _mesa_gles_check_internalformat() 3126 internalFormat != GL_BGRA8_EXT && in _mesa_gles_error_check_format_and_type() 4177 case GL_BGRA8_EXT: in _mesa_is_es3_color_renderable() 4242 case GL_BGRA8_EXT: in _mesa_is_es3_texture_filterable()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/xcb/ |
H A D | DisplayVkXcb.cpp | 103 const std::array<GLenum, 1> kColorFormats = {GL_BGRA8_EXT}; in generateConfigs()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StreamProducerD3DTexture.cpp | 62 planeFormats[0] = GL_BGRA8_EXT; in GetGLDescFromTex()
|
H A D | texture_format_table_autogen.cpp | 174 GL_BGRA8_EXT, in Get() 191 GL_BGRA8_EXT, in Get() 195 case GL_BGRA8_EXT: in Get() 197 static constexpr Format info(GL_BGRA8_EXT, in Get() 208 GL_BGRA8_EXT, in Get()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/mac/ |
H A D | DisplayVkMac.mm | 51 constexpr GLenum kColorFormats[] = {GL_BGRA8_EXT, GL_BGRX8_ANGLEX};
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/win32/ |
H A D | DisplayVkWin32.cpp | 138 const std::array<GLenum, 5> kColorFormats = {GL_RGB565, GL_BGRA8_EXT, GL_BGRX8_ANGLEX, in generateConfigs()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 998 case GL_BGRA8_EXT: in s_computePixelSize() 1200 case GL_BGRA8_EXT: in getFormatFromInternalFormat()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | DisplayWgpu.cpp | 65 config.renderTargetFormat = GL_BGRA8_EXT; in generateConfigs()
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 22 f(GL_BGRA8_EXT) \ 198 f(GL_BGRA8_EXT, GL_BGRA_EXT, GL_UNSIGNED_BYTE) \
|