/external/angle/src/libANGLE/ |
D | formatutils.h | 133 struct InternalFormat struct 135 InternalFormat(); 136 InternalFormat(const InternalFormat &other); 137 InternalFormat &operator=(const InternalFormat &other); argument 204 bool operator==(const InternalFormat &other) const; argument 205 bool operator!=(const InternalFormat &other) const; 256 explicit Format(const InternalFormat &internalFormat); 271 const InternalFormat *info; 274 const InternalFormat &GetSizedInternalFormatInfo(GLenum internalFormat); 275 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type); [all …]
|
D | formatutils.cpp | 330 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat 359 InternalFormat::InternalFormat(const InternalFormat &other) = default; 361 InternalFormat &InternalFormat::operator=(const InternalFormat &other) = default; 363 bool InternalFormat::isLUMA() const in isLUMA() 369 GLenum InternalFormat::getReadPixelsFormat(const Extensions &extensions) const in getReadPixelsFormat() 387 GLenum InternalFormat::getReadPixelsType(const Version &version) const in getReadPixelsType() 408 bool InternalFormat::supportSubImage() const in supportSubImage() 413 bool InternalFormat::isRequiredRenderbufferFormat(const Version &version) const in isRequiredRenderbufferFormat() 519 bool InternalFormat::isInt() const in isInt() 524 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 | validationES3.cpp | 366 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination() 607 const InternalFormat &actualFormatInfo = isSubImage in ValidateES3TexImageParametersBase() 867 static bool QueryEffectiveFormatList(const InternalFormat &srcFormat, in QueryEffectiveFormatList() 895 bool GetSizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetSizedEffectiveInternalFormatInfo() 920 bool GetUnsizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetUnsizedEffectiveInternalFormatInfo() 921 const InternalFormat &destFormat, in GetUnsizedEffectiveInternalFormatInfo() 948 static bool GetEffectiveInternalFormat(const InternalFormat &srcFormat, in GetEffectiveInternalFormat() 949 const InternalFormat &destFormat, in GetEffectiveInternalFormat() 967 static bool IsValidES3CopyTexImageCombination(const InternalFormat &textureFormatInfo, in IsValidES3CopyTexImageCombination() 968 const InternalFormat &framebufferFormatInfo, in IsValidES3CopyTexImageCombination() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 344 strb->Base.InternalFormat = GL_RGB10_A2; in st_new_renderbuffer_fb() 348 strb->Base.InternalFormat = GL_RGB10; in st_new_renderbuffer_fb() 353 strb->Base.InternalFormat = GL_RGBA8; in st_new_renderbuffer_fb() 359 strb->Base.InternalFormat = GL_RGB8; in st_new_renderbuffer_fb() 364 strb->Base.InternalFormat = GL_SRGB8_ALPHA8; in st_new_renderbuffer_fb() 369 strb->Base.InternalFormat = GL_SRGB8; in st_new_renderbuffer_fb() 372 strb->Base.InternalFormat = GL_RGB5_A1; in st_new_renderbuffer_fb() 375 strb->Base.InternalFormat = GL_RGBA4; in st_new_renderbuffer_fb() 378 strb->Base.InternalFormat = GL_RGB565; in st_new_renderbuffer_fb() 381 strb->Base.InternalFormat = GL_DEPTH_COMPONENT16; in st_new_renderbuffer_fb() [all …]
|
/external/angle/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()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.h | 214 const gl::InternalFormat &dstFormatInfo, 224 const gl::InternalFormat &formatInfo, 234 const gl::InternalFormat &internalFormat, 241 const gl::InternalFormat &internalFormat, 248 const gl::InternalFormat &internalFormat, 255 const gl::InternalFormat &internalFormat, 266 const gl::InternalFormat &internalFormat, 278 const gl::InternalFormat &internalFormat, 293 const gl::InternalFormat &internalFormat, 306 const gl::InternalFormat &internalFormat,
|
D | mtl_format_utils.h | 72 const gl::InternalFormat &intendedInternalFormat() const; 73 const gl::InternalFormat &actualInternalFormat() const;
|
D | TextureMtl.mm | 428 const gl::InternalFormat &glInternalFormat) 883 const gl::InternalFormat &dstFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); 898 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); 911 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); 928 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); 944 const gl::InternalFormat &internalFormatInfo = 983 const gl::InternalFormat ¤tFormat = *mState.getImageDesc(index).format.info; 1002 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); 1030 const gl::InternalFormat ¤tFormat = *mState.getImageDesc(index).format.info; 1051 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); [all …]
|
D | mtl_format_utils.mm | 59 auto formatVerifier = [&](const gl::InternalFormat &internalFormatInfo) { 109 const gl::InternalFormat &internalFormatInfo = 130 const gl::InternalFormat &Format::intendedInternalFormat() const 135 const gl::InternalFormat &Format::actualInternalFormat() const
|
/external/deqp/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::__anon86f181e50111::GatherBase 1156 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherFloat2DRg [all …]
|
/external/deqp/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::__anon5b4947d60111::GatherBase 1015 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherInt2D [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 275 rb->InternalFormat = GL_RGBA; in add_color_renderbuffers() 314 rb->InternalFormat = GL_DEPTH_COMPONENT16; in add_depth_renderbuffer() 317 rb->InternalFormat = GL_DEPTH_COMPONENT24; in add_depth_renderbuffer() 320 rb->InternalFormat = GL_DEPTH_COMPONENT32; in add_depth_renderbuffer() 359 rb->InternalFormat = GL_STENCIL_INDEX8; in add_stencil_renderbuffer() 383 rb->InternalFormat = GL_DEPTH_STENCIL; in add_depth_stencil_renderbuffer() 422 rb->InternalFormat = GL_RGBA16_SNORM; in add_accum_renderbuffer() 466 rb->InternalFormat = GL_RGBA; in add_aux_renderbuffers()
|
/external/mesa3d/src/mesa/main/ |
D | renderbuffer.c | 71 rb->InternalFormat = GL_RGBA4; in _mesa_init_renderbuffer() 73 rb->InternalFormat = GL_RGBA; in _mesa_init_renderbuffer()
|
D | genmipmap.c | 144 srcImage->InternalFormat)) { in generate_texture_mipmap() 148 _mesa_enum_to_string(srcImage->InternalFormat)); in generate_texture_mipmap()
|
/external/angle/src/libANGLE/renderer/ |
D | FramebufferImpl.h | 69 virtual const gl::InternalFormat &getImplementationColorReadFormat( 114 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInternalFormatQueryTests.cpp | 172 const struct InternalFormat in init() struct 224 const InternalFormat internalFormat = internalFormats[ndx]; in init()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.h | 324 const gl::InternalFormat &formatInfo, 333 const gl::InternalFormat &formatInfo, 380 const gl::InternalFormat &internalFormat, 386 const gl::InternalFormat &destFormat, 452 const gl::InternalFormat &getImplementationSizedFormat(const gl::Context *context) const;
|
D | vk_caps_utils.h | 23 struct InternalFormat;
|
D | RenderbufferVk.cpp | 309 const gl::InternalFormat &RenderbufferVk::getImplementationSizedFormat() const in getImplementationSizedFormat() 317 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat() 323 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType()
|
/external/deqp/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 …]
|
/external/angle/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 68 gl::OutputGLenumString(resultStringStream, gl::GLenumGroup::InternalFormat, in TEST_P()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex_copy.c | 55 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.h | 56 const gl::InternalFormat &getImplementationColorReadFormat(
|