Home
last modified time | relevance | path

Searched refs:PixelType (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h212 enum class PixelType class
489 : mType(PixelType::Float), mRedF(0), mGreenF(0), mBlueF(0), mAlphaF(0) in ClearColorValue()
492 : mType(PixelType::Float), mRedF(r), mGreenF(g), mBlueF(b), mAlphaF(a) in ClearColorValue()
495 : mType(PixelType::Int), mRedI(r), mGreenI(g), mBlueI(b), mAlphaI(a) in ClearColorValue()
498 : mType(PixelType::UInt), mRedU(r), mGreenU(g), mBlueU(b), mAlphaU(a) in ClearColorValue()
506 PixelType getType() const { return mType; } in getType()
517 PixelType mType;
H A 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/
H A Ddng_negative.cpp1484 image.PixelType (), pcInterleaved, NULL);
1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ())
1800 uint32 rawPixelType = rawImage.PixelType ();
1854 RawTransparencyMask ()->PixelType ());
2518 if (RawImage ().PixelType () == ttFloat)
3606 rawIFD.PixelType ()));
3643 if (fStage1Image->PixelType () == ttFloat)
3768 if (stage1.PixelType () == ttLong ||
3769 stage1.PixelType () == ttFloat)
3800 if (fStage2Image->PixelType ()
[all...]
H A Ddng_filter_task.cpp36 , fSrcPixelType (srcImage.PixelType ()) in dng_filter_task()
40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
H A 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()
H A 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()
H A 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()
H A Ddng_simple_image.cpp62 PixelType (), in Clone()
H A Ddng_ifd.h282 virtual uint32 PixelType () const;
H A Ddng_image.h224 uint32 PixelType () const in PixelType() function in dng_image
H A Ddng_jpeg_image.cpp175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image"); in Encode()
H A Ddng_linearization_info.cpp88 , fSrcPixelType (srcImage.PixelType ()) in dng_linearize_plane()
89 , fDstPixelType (dstImage.PixelType ()) in dng_linearize_plane()
H A 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()
H A Ddng_image.cpp154 return TagTypeSize (PixelType ()); in PixelSize()
H A Ddng_mosaic_info.cpp1838 srcImage.PixelType (), pcInterleaved, NULL);
1851 dstImage.PixelType (), pcRowInterleaved, NULL);
H A Ddng_read_image.cpp814 image.PixelType ()) in dng_row_interleaved_image()
1293 pixelType = image.PixelType (); in ReadUncompressed()
3042 uint32 bytesPerPixel = TagTypeSize (ifd.PixelType ()); in Read()
H A Ddng_lens_correction.cpp1662 image->PixelType ()));
1852 image->PixelType ()));
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.hpp53 enum PixelType enum in tcu::wgl::PixelFormatInfo
104 PixelType pixelType;
H A DtcuWGL.cpp332 static PixelFormatInfo::PixelType translatePixelType (int type) in translatePixelType()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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& 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& outputType,
753 void getFloatBuffer(GLvoid* gradient, int samplerIsIntUintFloat, const PixelFormat& format, const PixelType& type,
756 void getBits(const PixelType
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFormatPrintTest.cpp71 gl::OutputGLenumString(resultStringStream, gl::GLenumGroup::PixelType, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils_autogen.h153 PixelType, member in gl::GLenumGroup
H A Dgl_enum_utils_autogen.cpp3293 case GLenumGroup::PixelType: in GLenumToString()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp4354 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in GL_ClearBufferData()
4391 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in GL_ClearBufferSubData()
5916 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in GL_ClearTexImage()
5956 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in GL_ClearTexSubImage()
6099 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in GL_ClearNamedBufferData()
6137 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)data); in GL_ClearNamedBufferSubData()
7348 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)pixels); in GL_GetTextureImage()
7564 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)pixels); in GL_GetTextureSubImage()
7766 GLenumToString(GLenumGroup::PixelType, type), bufSize, (uintptr_t)table); in GL_GetnColorTable()
7822 GLenumToString(GLenumGroup::PixelType, typ in GL_GetnConvolutionFilter()
[all...]
H A Dentry_points_gl_1_autogen.cpp1347 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_DrawPixels()
2591 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_GetTexImage()
5093 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_ReadPixels()
6563 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_TexImage1D()
6601 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_TexImage2D()
8072 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_TexSubImage1D()
8110 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_TexSubImage2D()
8254 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_TexImage3D()
8296 GLenumToString(GLenumGroup::PixelType, type), (uintptr_t)pixels); in GL_TexSubImage3D()

Completed in 62 milliseconds

12