Searched defs:sourceFormat (Results 1 – 11 of 11) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | CopyTextureTest.cpp | 220 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/ |
D | TextureGL.h | 37 GLenum sourceFormat; member
|
D | TextureGL.cpp | 914 GLenum sourceFormat = sourceFormatInfo.format; in copySubTextureHelper() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 912 GLenum sourceFormat, in copyTexture() 1378 GLenum sourceFormat, in getBlitShaderOperation() 1578 GLenum sourceFormat, in getBlitShader()
|
D | Image11.cpp | 96 const auto &sourceFormat = in CopyImage() local
|
D | Renderer11.cpp | 2405 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/ |
D | renderer_utils.cpp | 278 const angle::Format &sourceFormat, in PackPixels()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 1074 const angle::Format &sourceFormat = renderTarget->getImageFormat().intendedFormat(); in updateColorAttachment() local
|
D | TextureVk.cpp | 1779 const angle::Format &sourceFormat, in generateMipmapLevelsWithCPU()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationES2.cpp | 3796 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
|
D | validationES3.cpp | 2215 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopyTexture3DANGLE() local 2283 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopySubTexture3DANGLE() local
|