Home
last modified time | relevance | path

Searched defs:destFormat (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp223 GLenum destFormat, in copy2D()
256 GLenum destFormat, in copyCube()
289 GLenum destFormat, in copyTexture()
331 GLenum destFormat, in copy()
388 GLenum destFormat, in formatConvert()
427 GLenum destFormat, in setFormatConvertShaders()
DRenderer9.cpp2449 GLenum destFormat, in copyImage2D()
2466 GLenum destFormat, in copyImageCube()
2485 GLenum destFormat, in copyImage3D()
2498 GLenum destFormat, in copyImage2DArray()
2513 GLenum destFormat, in copyTexture()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTextureTest.cpp65 void testGradientDownsampleUniqueValues(GLenum destFormat, in testGradientDownsampleUniqueValues()
251 GLenum destFormat, in calculateCopyTextureResults()
422 GLenum destFormat, in testCopyTexture()
489 GLenum destFormat, in testCopySubTexture()
654 for (GLint destFormat : destFormats) in TEST_P() local
671 for (GLint destFormat : destFormats) in TEST_P() local
1869 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
2216 GLenum destType) { in TEST_P()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h914 GLenum destFormat = dstComps == 3 ? GL_COMPRESSED_RGB_S3TC_DXT1_EXT in tx_compress_dxt1() local
946 GLenum destFormat = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT; in tx_compress_dxt3() local
984 GLenum destFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT; in tx_compress_dxt5() local
1013 const GLubyte *srcPixData, GLenum destFormat, in tx_compress_dxtn()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBuffer.hpp32 Format destFormat; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.hpp68 Format destFormat; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.hpp96 vk::Format destFormat; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h120 const angle::Format *destFormat; member
Drenderer_utils.cpp284 const angle::Format &destFormat, in PackPixelsParams()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2472 GLenum destFormat, in copyImageInternal()
2542 GLenum destFormat, in copyImage2D()
2567 GLenum destFormat, in copyImageCube()
2593 GLenum destFormat, in copyImage3D()
2618 GLenum destFormat, in copyImage2DArray()
2644 GLenum destFormat, in copyTexture()
DImage11.cpp102 const auto &destFormat = d3d11::Format::Get(dest->getInternalFormat(), rendererCaps).format(); in CopyImage() local
DBlit11.cpp921 GLenum destFormat, in copyTexture()
1573 GLenum destFormat, in getBlitShader()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp925 GLenum destFormat; member
990 const InternalFormat &destFormat, in GetUnsizedEffectiveInternalFormatInfo()
1018 const InternalFormat &destFormat, in GetEffectiveInternalFormat()
2591 const InternalFormat &destFormat = *dest->getFormat(destTarget, destLevel).info; in ValidateCopySubTexture3DANGLE() local
DvalidationES2.cpp3363 const InternalFormat &destFormat = *dest->getFormat(destTarget, destLevel).info; in ValidateCopySubTextureCHROMIUM() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp682 GLenum destFormat, in copySubTextureCPUReadback()
DTextureGL.cpp932 const gl::InternalFormat &destFormat, in copySubTextureHelper()