Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c290 strb->Base.InternalFormat = GL_RGB10_A2; in st_new_renderbuffer_fb()
293 strb->Base.InternalFormat = GL_RGB10; in st_new_renderbuffer_fb()
298 strb->Base.InternalFormat = GL_RGBA8; in st_new_renderbuffer_fb()
303 strb->Base.InternalFormat = GL_RGB8; in st_new_renderbuffer_fb()
308 strb->Base.InternalFormat = GL_SRGB8_ALPHA8; in st_new_renderbuffer_fb()
313 strb->Base.InternalFormat = GL_SRGB8; in st_new_renderbuffer_fb()
316 strb->Base.InternalFormat = GL_RGB5_A1; in st_new_renderbuffer_fb()
319 strb->Base.InternalFormat = GL_RGBA4; in st_new_renderbuffer_fb()
322 strb->Base.InternalFormat = GL_RGB565; in st_new_renderbuffer_fb()
325 strb->Base.InternalFormat = GL_DEPTH_COMPONENT16; in st_new_renderbuffer_fb()
[all …]
Dst_sampler_view.c386 if (firstImage->InternalFormat != GL_DEPTH_COMPONENT && in get_texture_format_swizzle()
387 firstImage->InternalFormat != GL_DEPTH_STENCIL && in get_texture_format_swizzle()
388 firstImage->InternalFormat != GL_STENCIL_INDEX) in get_texture_format_swizzle()
/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::__anon63f735c70111::GatherBase
1156 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon63f735c70111::PlainGatherFloat2DRg
[all …]
Dgl4cDirectStateAccessTexturesTests.cpp221 glw::GLenum Reference::InternalFormat<glw::GLbyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
227 glw::GLenum Reference::InternalFormat<glw::GLbyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
233 glw::GLenum Reference::InternalFormat<glw::GLbyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
239 glw::GLenum Reference::InternalFormat<glw::GLbyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
245 glw::GLenum Reference::InternalFormat<glw::GLubyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
251 glw::GLenum Reference::InternalFormat<glw::GLubyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
257 glw::GLenum Reference::InternalFormat<glw::GLubyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
263 glw::GLenum Reference::InternalFormat<glw::GLubyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
269 glw::GLenum Reference::InternalFormat<glw::GLshort, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
275 glw::GLenum Reference::InternalFormat<glw::GLshort, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
[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::__anonbe04b8f80111::GatherBase
1015 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anonbe04b8f80111::PlainGatherInt2D
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c274 rb->InternalFormat = GL_RGBA; in add_color_renderbuffers()
313 rb->InternalFormat = GL_DEPTH_COMPONENT16; in add_depth_renderbuffer()
316 rb->InternalFormat = GL_DEPTH_COMPONENT24; in add_depth_renderbuffer()
319 rb->InternalFormat = GL_DEPTH_COMPONENT32; in add_depth_renderbuffer()
358 rb->InternalFormat = GL_STENCIL_INDEX8; in add_stencil_renderbuffer()
382 rb->InternalFormat = GL_DEPTH_STENCIL; in add_depth_stencil_renderbuffer()
421 rb->InternalFormat = GL_RGBA16_SNORM; in add_accum_renderbuffer()
465 rb->InternalFormat = GL_RGBA; in add_aux_renderbuffers()
/external/mesa3d/src/mesa/main/
Drenderbuffer.c70 rb->InternalFormat = GL_RGBA4; in _mesa_init_renderbuffer()
72 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()
Dshaderimage.c507 tex_format = _mesa_get_shader_image_format(img->InternalFormat); in _mesa_is_image_unit_valid()
738 tex_format = image->InternalFormat; in bind_image_textures()
Dcopyimage.c132 *internalFormat = rb->InternalFormat; in prepare_target_err()
263 *internalFormat = (*tex_image)->InternalFormat; in prepare_target_err()
Dteximage.c806 img->InternalFormat = 0; in clear_teximage_fields()
857 img->InternalFormat = internalFormat; in _mesa_init_teximage_fields_ms()
2227 oes_float_internal_format(ctx, texImage->InternalFormat, type) : in texsubimage_error_check()
2228 texImage->InternalFormat; in texsubimage_error_check()
2256 if (_mesa_format_no_online_compression(ctx, texImage->InternalFormat)) { in texsubimage_error_check()
2397 rb_internal_format = rb->InternalFormat; in copytexture_error_check()
2398 rb_base_format = _mesa_base_tex_format(ctx, rb->InternalFormat); in copytexture_error_check()
2615 if (_mesa_format_no_online_compression(ctx, texImage->InternalFormat)) { in copytexsubimage_error_check()
2622 if (texImage->InternalFormat == GL_YCBCR_MESA) { in copytexsubimage_error_check()
2642 if (_mesa_is_color_format(texImage->InternalFormat)) { in copytexsubimage_error_check()
[all …]
Dblit.c151 readFormat = _mesa_get_nongeneric_internalformat(readRb->InternalFormat); in compatible_resolve_formats()
152 drawFormat = _mesa_get_nongeneric_internalformat(drawRb->InternalFormat); in compatible_resolve_formats()
Dtextureview.c819 origTexObj->Image[0][0]->InternalFormat, in _mesa_TextureView()
824 _mesa_enum_to_string(origTexObj->Image[0][0]->InternalFormat)); in _mesa_TextureView()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp172 const struct InternalFormat in init() struct
229 const InternalFormat internalFormat = internalFormats[ndx]; in init()
/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 …]
DglcTextureRepeatModeTests.cpp233 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()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c590 rb->InternalFormat = image->internal_format; in radeon_image_target_renderbuffer_storage()
611 rb->InternalFormat = internalFormat; in radeon_alloc_window_storage()
658 rb->InternalFormat = _mesa_get_format_base_format(format); in radeon_create_renderbuffer()
742 rb->InternalFormat = texImage->InternalFormat; in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c590 rb->InternalFormat = image->internal_format; in radeon_image_target_renderbuffer_storage()
611 rb->InternalFormat = internalFormat; in radeon_alloc_window_storage()
658 rb->InternalFormat = _mesa_get_format_base_format(format); in radeon_create_renderbuffer()
742 rb->InternalFormat = texImage->InternalFormat; in radeon_update_wrapper()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c440 rb->InternalFormat = GL_RGBA; in swrast_new_renderbuffer()
446 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
452 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
458 rb->InternalFormat = GL_RGB; in swrast_new_renderbuffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c55 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
Dintel_fbo.c273 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
296 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
334 rb->InternalFormat = rb->_BaseFormat; in intel_create_renderbuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_copy.c53 const GLenum internalFormat = intelImage->base.Base.InternalFormat; in intel_copy_texsubimage()
Dintel_tex_image.c144 if (_mesa_base_tex_format(&brw->ctx, tex_image->InternalFormat) != in intel_texsubimage_blorp()
525 0, rb->InternalFormat, rb->Format); in intel_bind_renderbuffer_tex_image()
610 if (_mesa_base_tex_format(&brw->ctx, tex_image->InternalFormat) != in intel_gettexsubimage_blorp()
Dintel_fbo.c371 rb->InternalFormat = image->internal_format; in intel_image_target_renderbuffer_storage()
396 rb->InternalFormat = internalFormat; in intel_alloc_window_storage()
442 rb->InternalFormat = rb->_BaseFormat; in intel_create_winsys_renderbuffer()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c268 rb->InternalFormat = internalFormat; in xmesa_alloc_front_storage()
337 xrb->Base.Base.InternalFormat = GL_RGBA; in xmesa_new_renderbuffer()

12