Home
last modified time | relevance | path

Searched defs:sourceFormat (Results 1 – 11 of 11) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DCopyTextureTest.cpp220 bool checkExtensions(GLenum sourceFormat, GLenum destFormat) const in checkExtensions()
238 void calculateCopyTextureResults(GLenum sourceFormat, in calculateCopyTextureResults()
303 const uint8_t *getSourceColors(GLenum sourceFormat, size_t *colorCount, uint8_t *componentCount) in getSourceColors()
384 GLenum sourceFormat, in initializeSourceTexture()
408 GLenum sourceFormat, in testCopyTexture()
463 GLenum sourceFormat, in testCopySubTexture()
612 for (GLint sourceFormat : sourceFormats) in TEST_P() local
629 for (GLint sourceFormat : sourceFormats) in TEST_P() local
1751 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1755 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DTextureGL.h37 GLenum sourceFormat; member
DTextureGL.cpp914 GLenum sourceFormat = sourceFormatInfo.format; in copySubTextureHelper() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp912 GLenum sourceFormat, in copyTexture()
1378 GLenum sourceFormat, in getBlitShaderOperation()
1578 GLenum sourceFormat, in getBlitShader()
DImage11.cpp96 const auto &sourceFormat = in CopyImage() local
DRenderer11.cpp2405 GLenum sourceFormat = colorAttachment->getFormat().info->format; in copyImageInternal() local
2681 GLenum sourceFormat = source->getFormat(srcTarget, sourceLevel).info->format; in copyTexture() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Drenderer_utils.cpp278 const angle::Format &sourceFormat, in PackPixels()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp1074 const angle::Format &sourceFormat = renderTarget->getImageFormat().intendedFormat(); in updateColorAttachment() local
DTextureVk.cpp1779 const angle::Format &sourceFormat, in generateMipmapLevelsWithCPU()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES2.cpp3796 const InternalFormat &sourceFormat = *source->getFormat(sourceTarget, sourceLevel).info; in ValidateCopyTextureCHROMIUM() local
3920 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopySubTextureCHROMIUM() local
4012 const Format &sourceFormat = source->getFormat(TextureTarget::_2D, 0); in ValidateCompressedCopyTextureCHROMIUM() local
DvalidationES3.cpp2215 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopyTexture3DANGLE() local
2283 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopySubTexture3DANGLE() local