Home
last modified time | relevance | path

Searched refs:InternalFormat (Results 1 – 25 of 134) sorted by relevance

123456

/external/angle/src/libANGLE/
Dformatutils.h133 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 …]
Dformatutils.cpp330 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 …]
Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination()
87 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidDesktopFormatCombination()
DvalidationES3.cpp366 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/
Dst_cb_fbo.c344 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/
Dformatutilsgl.h51 struct InternalFormat struct
53 InternalFormat();
54 InternalFormat(const InternalFormat &other);
55 ~InternalFormat();
64 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard); argument
Dformatutilsgl.cpp37 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/
DTextureMtl.h214 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,
Dmtl_format_utils.h72 const gl::InternalFormat &intendedInternalFormat() const;
73 const gl::InternalFormat &actualInternalFormat() const;
DTextureMtl.mm428 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 &currentFormat = *mState.getImageDesc(index).format.info;
1002 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type);
1030 const gl::InternalFormat &currentFormat = *mState.getImageDesc(index).format.info;
1051 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat);
[all …]
Dmtl_format_utils.mm59 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/
Dgl4cTextureGatherTests.cpp534 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/
Des31cTextureGatherTests.cpp480 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/
Ds_renderbuffer.c275 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/
Drenderbuffer.c71 rb->InternalFormat = GL_RGBA4; in _mesa_init_renderbuffer()
73 rb->InternalFormat = GL_RGBA; in _mesa_init_renderbuffer()
Dgenmipmap.c144 srcImage->InternalFormat)) { in generate_texture_mipmap()
148 _mesa_enum_to_string(srcImage->InternalFormat)); in generate_texture_mipmap()
/external/angle/src/libANGLE/renderer/
DFramebufferImpl.h69 virtual const gl::InternalFormat &getImplementationColorReadFormat(
114 inline const gl::InternalFormat &FramebufferImpl::getImplementationColorReadFormat( in getImplementationColorReadFormat()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp172 const struct InternalFormat in init() struct
224 const InternalFormat internalFormat = internalFormats[ndx]; in init()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h324 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;
Dvk_caps_utils.h23 struct InternalFormat;
DRenderbufferVk.cpp309 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/
DglcPackedPixelsTests.cpp129 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/
DFormatPrintTest.cpp68 gl::OutputGLenumString(resultStringStream, gl::GLenumGroup::InternalFormat, in TEST_P()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c55 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h56 const gl::InternalFormat &getImplementationColorReadFormat(

123456