Home
last modified time | relevance | path

Searched refs:PixelType (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_common.mm35 mType = PixelType::Float;
44 mType = PixelType::Int;
53 mType = PixelType::UInt;
64 case PixelType::Int:
66 case PixelType::UInt:
68 case PixelType::Float:
Dmtl_common.h212 enum class PixelType in ANGLE_GL_OBJECTS_X() enum
489 : mType(PixelType::Float), mRedF(0), mGreenF(0), mBlueF(0), mAlphaF(0) in ANGLE_GL_OBJECTS_X()
492 : mType(PixelType::Float), mRedF(r), mGreenF(g), mBlueF(b), mAlphaF(a) in ANGLE_GL_OBJECTS_X()
495 : mType(PixelType::Int), mRedI(r), mGreenI(g), mBlueI(b), mAlphaI(a) in ANGLE_GL_OBJECTS_X()
498 : mType(PixelType::UInt), mRedU(r), mGreenU(g), mBlueU(b), mAlphaU(a) in ANGLE_GL_OBJECTS_X()
506 PixelType getType() const { return mType; } in ANGLE_GL_OBJECTS_X()
517 PixelType mType; in ANGLE_GL_OBJECTS_X()
Dmtl_render_utils.h706 std::array<ClearUtils, angle::EnumSize<PixelType>()> mClearUtils;
708 std::array<ColorBlitUtils, angle::EnumSize<PixelType>()> mColorBlitUtils;
715 std::array<CopyPixelsUtils, angle::EnumSize<PixelType>()> mCopyPixelsUtils;
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_preview.cpp218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
497 if (preview.fImage->PixelType () == ttFloat) in dng_raw_preview_tag_set()
552 if (fImage->PixelType () == ttFloat) in AddTagSet()
578 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
647 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
Ddng_filter_task.cpp36 , fSrcPixelType (srcImage.PixelType ()) in dng_filter_task()
40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
Ddng_negative.cpp1484 image.PixelType (), pcInterleaved, NULL); in FindImageDigest()
1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) in FindRawImageDigest()
1800 uint32 rawPixelType = rawImage.PixelType (); in FindNewRawImageDigest()
1854 RawTransparencyMask ()->PixelType ()); in FindNewRawImageDigest()
2518 if (RawImage ().PixelType () == ttFloat) in WhiteLevel()
3606 rawIFD.PixelType ())); in ReadStage1Image()
3643 if (fStage1Image->PixelType () == ttFloat) in ReadStage1Image()
3768 if (stage1.PixelType () == ttLong || in DoBuildStage2()
3769 stage1.PixelType () == ttFloat) in DoBuildStage2()
3800 if (fStage2Image->PixelType () == ttFloat) in NeedDefloatStage2()
[all …]
Ddng_opcodes.cpp268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ()); in dng_filter_opcode_task()
381 image->PixelType ())); in Apply()
440 , fPixelType (opcode.BufferPixelType (image.PixelType ())) in dng_inplace_opcode_task()
Ddng_utils.cpp420 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type"); in HistogramArea()
727 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
728 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
Ddng_simple_image.cpp62 PixelType (), in Clone()
Ddng_ifd.h282 virtual uint32 PixelType () const;
Ddng_image.h224 uint32 PixelType () const in PixelType() function
Ddng_jpeg_image.cpp175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image"); in Encode()
Ddng_image_writer.cpp4182 image.PixelType(), pcInterleaved, uncompressedBuffer->Buffer()); in WriteTile()
4602 uint32 bytesPerSample = TagTypeSize (image.PixelType ()); in WriteImage()
5399 ifd.fBitsPerSample [0] = TagTypeSize (image.PixelType ()) * 8; in WriteTIFFWithProfile()
5450 if (image.PixelType () == ttFloat) in WriteTIFFWithProfile()
5724 bool isFloatingPoint = (negative.RawImage ().PixelType () == ttFloat); in WriteDNG()
5732 bool isCompressed32BitInteger = (negative.RawImage ().PixelType () == ttLong) && in WriteDNG()
5911 if (rawImage.PixelType () == ttLong) in WriteDNG()
5993 uint32 rawPixelType = rawImage.PixelType (); in WriteDNG()
6672 if (negative.RawTransparencyMask ()->PixelType () == ttFloat) in WriteDNG()
Ddng_linearization_info.cpp88 , fSrcPixelType (srcImage.PixelType ()) in dng_linearize_plane()
89 , fDstPixelType (dstImage.PixelType ()) in dng_linearize_plane()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp53 enum PixelType enum in tcu::wgl::PixelFormatInfo
104 PixelType pixelType;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp91 struct PixelType struct
341 static const PixelType coreTypes[] = {
368 static const PixelType esTypes[] = {
731 …bool isFormatValid(const PixelFormat& format, const PixelType& type, const struct InternalFormat& …
740 const PixelType& getPixelType(GLenum type) const;
742 InternalFormatSamplerType getSampler(const PixelType& type, const PixelFormat& format) const;
744 GLenum readOutputData(const PixelFormat& outputFormat, const PixelType& outputType, int operation);
750 …bool compare(GLvoid* gradient, GLvoid* data, const PixelFormat& outputFormat, const PixelType& out…
753 …ffer(GLvoid* gradient, int samplerIsIntUintFloat, const PixelFormat& format, const PixelType& type,
756 …void getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& resultTable) cons…
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_2_autogen.cpp111 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in TexImage3D()
149 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in TexSubImage3D()
Dentry_points_gl_4_4_autogen.cpp196 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in ClearTexImage()
233 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in ClearTexSubImage()
Dentry_points_gl_4_5_autogen.cpp128 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in ClearNamedBufferData()
161 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in ClearNamedBufferSubData()
1126 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)pixels); in GetTextureImage()
1298 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)pixels); in GetTextureSubImage()
1446 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)table); in GetnColorTable()
1490 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)image); in GetnConvolutionFilter()
1520 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)values); in GetnHistogram()
1615 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)values); in GetnMinmax()
1724 GLenumToString(GLenumGroup::PixelType, type), rowBufSize, (uintptr_t)row, columnBufSize, in GetnSeparableFilter()
1752 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)pixels); in GetnTexImage()
[all …]
Dentry_points_gl_1_1_autogen.cpp624 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in TexSubImage1D()
658 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in TexSubImage2D()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFormatPrintTest.cpp71 gl::OutputGLenumString(resultStringStream, gl::GLenumGroup::PixelType, in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dgl_enum_utils_autogen.h158 PixelType, enumerator
Dgl_enum_utils_autogen.cpp4947 case GLenumGroup::PixelType: in GLenumToString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dgl_enum_utils_autogen.h153 PixelType, enumerator
Dgl_enum_utils_autogen.cpp3293 case GLenumGroup::PixelType: in GLenumToString()

123