| /third_party/flutter/skia/third_party/externals/angle2/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() 383 void initializeSourceTexture(GLenum sourceFormat, in initializeSourceTexture() 406 void testCopyTexture(GLenum sourceFormat, in testCopyTexture() 459 void testCopySubTexture(GLenum sourceFormat, in testCopySubTexture() 607 for (GLint sourceFormat : sourceFormats) in TEST_P() local 624 for (GLint sourceFormat : sourceFormats) in TEST_P() local 1670 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P() 1674 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | CopyTextureTest.cpp | 226 bool checkExtensions(GLenum sourceFormat, GLenum destFormat) const in checkExtensions() 250 void calculateCopyTextureResults(GLenum sourceFormat, in calculateCopyTextureResults() 316 const uint8_t *getSourceColors(GLenum sourceFormat, size_t *colorCount, uint8_t *componentCount) in getSourceColors() 397 GLenum sourceFormat, in initializeSourceTexture() 421 GLenum sourceFormat, in testCopyTexture() 488 GLenum sourceFormat, in testCopySubTexture() 652 for (GLint sourceFormat : sourceFormats) in TEST_P() local 669 for (GLint sourceFormat : sourceFormats) in TEST_P() local 1865 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P() 1869 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | TextureGL.h | 37 GLenum sourceFormat; member
|
| D | TextureGL.cpp | 828 GLenum sourceFormat = sourceFormatInfo.format; in copySubTextureHelper() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | TextureGL.h | 37 GLenum sourceFormat; member
|
| D | TextureGL.cpp | 963 GLenum sourceFormat = sourceFormatInfo.format; in copySubTextureHelper() local
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| D | DataConversionFlowGraph.cpp | 82 AudioFormat sourceFormat = sourceStream->getFormat(); in configure() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| D | FrameBuffer.hpp | 33 Format sourceFormat; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Blitter.hpp | 67 Format sourceFormat; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Blitter.hpp | 95 vk::Format sourceFormat; member
|
| /third_party/flutter/skia/third_party/externals/angle2/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 | 2181 GLenum sourceFormat = colorAttachment->getFormat().info->format; in copyImageInternal() local 2459 GLenum sourceFormat = source->getFormat(srcTarget, sourceLevel).info->format; in copyTexture() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Blit11.cpp | 916 GLenum sourceFormat, in copyTexture() 1382 GLenum sourceFormat, in getBlitShaderOperation() 1574 GLenum sourceFormat, in getBlitShader()
|
| D | Image11.cpp | 96 const auto &sourceFormat = in CopyImage() local
|
| D | Renderer11.cpp | 2502 GLenum sourceFormat = colorAttachment->getFormat().info->format; in copyImageInternal() local 2778 GLenum sourceFormat = source->getFormat(srcTarget, sourceLevel).info->format; in copyTexture() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fShaderFramebufferFetchTests.cpp | 145 tcu::Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureF… in getFixedPointFormatThreshold() 162 tcu::UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& … in getFloatULPThreshold()
|
| D | es31fDrawBuffersIndexedTests.cpp | 442 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat… in getFixedPointFormatThreshold() 459 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readP… in getFloatULPThreshold()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | renderer_utils.cpp | 211 const angle::Format &sourceFormat, in PackPixels()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | FramebufferVk.cpp | 971 const angle::Format &sourceFormat = renderTarget->getImageFormat().angleFormat(); in updateColorAttachment() local
|
| D | TextureVk.cpp | 96 const angle::Format &sourceFormat, in generateMipmapLevelsWithCPU()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | renderer_utils.cpp | 299 const angle::Format &sourceFormat, in PackPixels()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES2.cpp | 3198 const InternalFormat &sourceFormat = *source->getFormat(sourceTarget, sourceLevel).info; in ValidateCopyTextureCHROMIUM() local 3324 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopySubTextureCHROMIUM() local 3417 const Format &sourceFormat = source->getFormat(TextureTarget::_2D, 0); in ValidateCompressedCopyTextureCHROMIUM() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES2.cpp | 4447 const InternalFormat &sourceFormat = *source->getFormat(sourceTarget, sourceLevel).info; in ValidateCopyTextureCHROMIUM() local 4571 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopySubTextureCHROMIUM() local 4661 const gl::Format &sourceFormat = source->getFormat(TextureTarget::_2D, 0); in ValidateCompressedCopyTextureCHROMIUM() local
|
| D | validationES3.cpp | 2093 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopyTexture3DANGLE() local 2161 const Format &sourceFormat = source->getFormat(sourceTarget, sourceLevel); in ValidateCopySubTexture3DANGLE() local
|