/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.h | 135 struct InternalFormat struct 137 InternalFormat(); 138 InternalFormat(const InternalFormat &other); 139 InternalFormat &operator=(const InternalFormat &other); argument 206 bool operator==(const InternalFormat &other) const; argument 207 bool operator!=(const InternalFormat &other) const; 258 explicit Format(const InternalFormat &internalFormat); 273 const InternalFormat *info; 276 const InternalFormat &GetSizedInternalFormatInfo(GLenum internalFormat); 277 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type); [all …]
|
D | formatutils.cpp | 334 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat 363 InternalFormat::InternalFormat(const InternalFormat &other) = default; 365 InternalFormat &InternalFormat::operator=(const InternalFormat &other) = default; 367 bool InternalFormat::isLUMA() const in isLUMA() 373 GLenum InternalFormat::getReadPixelsFormat(const Extensions &extensions) const in getReadPixelsFormat() 391 GLenum InternalFormat::getReadPixelsType(const Version &version) const in getReadPixelsType() 412 bool InternalFormat::supportSubImage() const in supportSubImage() 417 bool InternalFormat::isRequiredRenderbufferFormat(const Version &version) const in isRequiredRenderbufferFormat() 523 bool InternalFormat::isInt() const in isInt() 528 bool InternalFormat::isDepthOrStencil() const in isDepthOrStencil() [all …]
|
D | format_map_desktop.cpp | 86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() 87 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidDesktopFormatCombination()
|
D | Surface.cpp | 724 const gl::InternalFormat &format = *mColorFormat.info; in getRedOffset() 737 const gl::InternalFormat &format = *mColorFormat.info; in getGreenOffset() 750 const gl::InternalFormat &format = *mColorFormat.info; in getBlueOffset() 763 const gl::InternalFormat &format = *mColorFormat.info; in getAlphaOffset() 780 const gl::InternalFormat &format = *mColorFormat.info; in getBitmapPixelSize()
|
D | validationES3.cpp | 374 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination() 645 const InternalFormat &actualFormatInfo = isSubImage in ValidateES3TexImageParametersBase() 936 static bool QueryEffectiveFormatList(const InternalFormat &srcFormat, in QueryEffectiveFormatList() 964 bool GetSizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetSizedEffectiveInternalFormatInfo() 989 bool GetUnsizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetUnsizedEffectiveInternalFormatInfo() 990 const InternalFormat &destFormat, in GetUnsizedEffectiveInternalFormatInfo() 1017 static bool GetEffectiveInternalFormat(const InternalFormat &srcFormat, in GetEffectiveInternalFormat() 1018 const InternalFormat &destFormat, in GetEffectiveInternalFormat() 1036 static bool IsValidES3CopyTexImageCombination(const InternalFormat &textureFormatInfo, in IsValidES3CopyTexImageCombination() 1037 const InternalFormat &framebufferFormatInfo, in IsValidES3CopyTexImageCombination() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | formatutilsgl.h | 51 struct InternalFormat struct 53 InternalFormat(); 54 InternalFormat(const InternalFormat &other); 55 ~InternalFormat(); 64 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard); argument
|
D | formatutilsgl.cpp | 37 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() function in rx::nativegl::InternalFormat 39 InternalFormat::InternalFormat(const InternalFormat &other) = default; 41 InternalFormat::~InternalFormat() {} in ~InternalFormat() 125 InternalFormat glesInfo; 126 InternalFormat glInfo; 436 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard) in GetInternalFormatInfo() 455 static const angle::base::NoDestructor<InternalFormat> defaultInternalFormat; in GetInternalFormatInfo() 477 static const gl::InternalFormat &EmulateLUMA(const gl::InternalFormat &internalFormat) in EmulateLUMA() 488 const gl::InternalFormat &internalFormat) in GetNativeInternalFormat() 844 gl::InternalFormat sizedFormatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in GetTexStorageFormat()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 349 rb->InternalFormat = GL_RGB10_A2; in st_new_renderbuffer_fb() 353 rb->InternalFormat = GL_RGB10; in st_new_renderbuffer_fb() 358 rb->InternalFormat = GL_RGBA8; in st_new_renderbuffer_fb() 364 rb->InternalFormat = GL_RGB8; in st_new_renderbuffer_fb() 369 rb->InternalFormat = GL_SRGB8_ALPHA8; in st_new_renderbuffer_fb() 374 rb->InternalFormat = GL_SRGB8; in st_new_renderbuffer_fb() 377 rb->InternalFormat = GL_RGB5_A1; in st_new_renderbuffer_fb() 380 rb->InternalFormat = GL_RGBA4; in st_new_renderbuffer_fb() 383 rb->InternalFormat = GL_RGB565; in st_new_renderbuffer_fb() 386 rb->InternalFormat = GL_DEPTH_COMPONENT16; in st_new_renderbuffer_fb() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | TextureMtl.h | 215 const gl::InternalFormat &dstFormatInfo, 225 const gl::InternalFormat &formatInfo, 235 const gl::InternalFormat &internalFormat, 242 const gl::InternalFormat &internalFormat, 249 const gl::InternalFormat &internalFormat, 256 const gl::InternalFormat &internalFormat, 267 const gl::InternalFormat &internalFormat, 279 const gl::InternalFormat &internalFormat, 294 const gl::InternalFormat &internalFormat, 307 const gl::InternalFormat &internalFormat,
|
D | mtl_format_utils.h | 74 const gl::InternalFormat &intendedInternalFormat() const; 75 const gl::InternalFormat &actualInternalFormat() const;
|
D | TextureMtl.mm | 490 const gl::InternalFormat &fmt = gl::GetSizedInternalFormatInfo(internalFormat); 576 const gl::InternalFormat &glInternalFormat) 1030 const gl::InternalFormat &dstFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); 1045 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); 1058 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); 1075 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); 1091 const gl::InternalFormat &internalFormatInfo = 1130 const gl::InternalFormat ¤tFormat = *mState.getImageDesc(index).format.info; 1149 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); 1177 const gl::InternalFormat ¤tFormat = *mState.getImageDesc(index).format.info; [all …]
|
D | mtl_format_utils.mm | 132 auto formatVerifier = [&](const gl::InternalFormat &internalFormatInfo) { 182 const gl::InternalFormat &internalFormatInfo = 203 const gl::InternalFormat &Format::intendedInternalFormat() const 208 const gl::InternalFormat &Format::actualInternalFormat() const
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 534 GLenum internal_format = InternalFormat(); in CreateTexture2DInt() 572 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt() 605 GLenum internal_format = InternalFormat(); in CreateTextureCubeArray() 654 GLenum internal_format = InternalFormat(); in CreateTextureCubeArrayInt() 695 GLenum internal_format = InternalFormat(); in CreateTexture2DArray() 733 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt() 776 GLenum internal_format = InternalFormat(); in CreateTextureCube() 827 GLenum internal_format = InternalFormat(); in CreateTexture2D() 991 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon74331bbe0111::GatherBase 1155 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon74331bbe0111::PlainGatherFloat2DRg [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 480 GLenum internal_format = InternalFormat(); in CreateTexture2DInt() 512 GLenum internal_format = InternalFormat(); in CreateTexture2DArrayInt() 546 GLenum internal_format = InternalFormat(); in CreateTexture2DArray() 581 GLenum internal_format = InternalFormat(); in CreateTextureCubeInt() 625 GLenum internal_format = InternalFormat(); in CreateTextureCube() 673 GLenum internal_format = InternalFormat(); in CreateTextureSRGB() 709 GLenum internal_format = InternalFormat(); in CreateTexture2D() 714 GLenum tex_type = InternalFormat() == GL_SRGB8_ALPHA8 ? GL_UNSIGNED_BYTE : GL_FLOAT; in CreateTexture2D() 879 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon98a1f14f0111::GatherBase 1015 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon98a1f14f0111::PlainGatherInt2D [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | FramebufferImpl.h | 68 virtual const gl::InternalFormat &getImplementationColorReadFormat( 113 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fInternalFormatQueryTests.cpp | 172 const struct InternalFormat in init() struct 224 const InternalFormat internalFormat = internalFormats[ndx]; in init()
|
/third_party/mesa3d/src/mesa/main/ |
D | genmipmap.c | 149 srcImage->InternalFormat)) { in generate_texture_mipmap() 153 _mesa_enum_to_string(srcImage->InternalFormat)); in generate_texture_mipmap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.h | 335 const gl::InternalFormat &formatInfo, 344 const gl::InternalFormat &formatInfo, 392 const gl::InternalFormat &internalFormat, 398 const gl::InternalFormat &dstFormat, 465 const gl::InternalFormat &getImplementationSizedFormat(const gl::Context *context) const;
|
D | RenderbufferVk.cpp | 303 const gl::InternalFormat &RenderbufferVk::getImplementationSizedFormat() const in getImplementationSizedFormat() 311 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() 317 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType()
|
D | vk_caps_utils.h | 23 struct InternalFormat;
|
D | TextureVk.cpp | 323 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 337 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); in setSubImage() 355 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in setCompressedImage() 373 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); in setCompressedSubImage() 387 const gl::InternalFormat &formatInfo, in setImageImpl() 468 const gl::InternalFormat &formatInfo, in setSubImageImpl() 579 const gl::InternalFormat &internalFormatInfo = in copyImage() 595 const gl::InternalFormat ¤tFormat = *mState.getImageDesc(index).format.info; in copySubImage() 616 const gl::InternalFormat &dstFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 638 const gl::InternalFormat &dstFormatInfo = in copySubTexture() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 129 struct InternalFormat struct 153 static const InternalFormat coreInternalformats[] = 240 static InternalFormat esInternalformats[] = 684 RectangleTest(deqp::Context& context, std::string& name, InternalFormat internalFormat); 731 …bool isFormatValid(const PixelFormat& format, const PixelType& type, const struct InternalFormat& … 734 bool isSRGBFormat(const InternalFormat& internalFormat) const; 735 bool isSNORMFormat(const InternalFormat& internalFormat) const; 736 …bool isCopyValid(const InternalFormat& copyInternalFormat, const InternalFormat& internalFormat) c… 737 bool isFBOImageAttachValid(const InternalFormat& internalformat, GLenum format, GLenum type) const; 741 …const EnumFormats* getCanonicalFormat(const InternalFormat& internalformat, GLenum format, GLenum … [all …]
|
D | glcTextureRepeatModeTests.cpp | 233 struct InternalFormat struct 244 static const InternalFormat glInternalFormats[] = 347 static const InternalFormat esInternalFormats[] = 507 const InternalFormat& findInternalFormat(GLenum internalformat) const; 548 const InternalFormat& TestClampModeForInternalFormat::findInternalFormat(GLenum internalformat) con… in findInternalFormat() 550 const InternalFormat* internalFormats = glInternalFormats; in findInternalFormat() 1221 const InternalFormat& internalFormatStruct = findInternalFormat(m_internalFormat); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | gl_enum_utils.cpp | 96 return GLenumToString(gl::GLenumGroup::InternalFormat, format); in GLinternalFormatToString()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 68 gl::OutputGLenumString(resultStringStream, gl::GLenumGroup::InternalFormat, in TEST_P()
|