/external/mesa3d/src/mesa/main/ |
D | glformats.c | 159 case GL_INTENSITY: in get_map_idx() 385 case GL_INTENSITY: in _mesa_components_in_format() 588 case GL_INTENSITY: in _mesa_is_enum_format_unsized() 658 case GL_INTENSITY: in _mesa_is_enum_format_unorm() 1007 case GL_INTENSITY: in _mesa_is_color_format() 1597 if (base_format == GL_INTENSITY) { in _mesa_base_format_has_channel() 1641 case GL_INTENSITY: in _mesa_base_format_component_count() 1681 return GL_INTENSITY; in _mesa_generic_compressed_format_to_uncompressed_format() 1720 case GL_INTENSITY: in _mesa_get_nongeneric_internalformat() 1949 case GL_INTENSITY: in _mesa_error_check_format_and_type() [all …]
|
D | pixel.c | 197 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapfv() 238 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapuiv() 293 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapusv() 342 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapfvARB() 391 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapuivARB() 440 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapusvARB()
|
D | texstate.c | 178 case GL_INTENSITY: in calculate_derived_texenv() 221 case GL_INTENSITY: in calculate_derived_texenv() 244 case GL_INTENSITY: in calculate_derived_texenv() 266 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE; in calculate_derived_texenv()
|
D | fbobject.c | 608 case GL_INTENSITY: in _mesa_validate_framebuffer() 699 case GL_INTENSITY: in _mesa_is_legal_color_format() 1837 case GL_INTENSITY: in _mesa_base_fbo_format() 1843 ctx->Extensions.ARB_framebuffer_object) ? GL_INTENSITY : 0; in _mesa_base_fbo_format() 1953 ? GL_INTENSITY : 0; in _mesa_base_fbo_format() 1998 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format() 2052 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
|
D | readpix.c | 69 srcBaseFormat == GL_INTENSITY) && in _mesa_need_luminance_to_rgb_conversion() 474 if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) { in read_rgba_pixels()
|
D | texcompress.c | 153 return GL_INTENSITY; in _mesa_gl_compressed_format_base_format()
|
D | texformat.c | 209 case GL_INTENSITY: in _mesa_choose_tex_format()
|
D | framebuffer.c | 700 case GL_INTENSITY: in renderbuffer_exists()
|
D | texstorage.c | 227 case GL_INTENSITY: in _mesa_is_legal_tex_storage_format()
|
D | format_utils.c | 160 case GL_INTENSITY: in _mesa_compute_rgba2base2rgba_component_mapping()
|
D | formats.c | 279 return GL_INTENSITY; in get_base_format_for_array_format()
|
D | texgetimage.c | 280 baseFormat == GL_INTENSITY) { in teximage_needs_rebase()
|
/external/mesa3d/src/glx/ |
D | compsize.c | 95 case GL_INTENSITY: in __glElementsPerGroup()
|
/external/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 129 case GL_INTENSITY: in TEST()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_texstate.c | 76 else if (DepthMode == GL_INTENSITY) in translate_texture_format() 95 else if (DepthMode == GL_INTENSITY) in translate_texture_format()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_info.h | 724 .BaseFormat = GL_INTENSITY, 738 .BaseFormat = GL_INTENSITY, 1074 .BaseFormat = GL_INTENSITY, 1088 .BaseFormat = GL_INTENSITY, 1480 .BaseFormat = GL_INTENSITY, 1494 .BaseFormat = GL_INTENSITY, 2026 .BaseFormat = GL_INTENSITY, 2040 .BaseFormat = GL_INTENSITY, 2054 .BaseFormat = GL_INTENSITY, 2068 .BaseFormat = GL_INTENSITY, [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 322 case GL_INTENSITY: in compute_texture_format_swizzle() 331 case GL_INTENSITY: in compute_texture_format_swizzle()
|
D | st_format.c | 1232 { GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, 2487 case GL_INTENSITY: in st_translate_color() 2529 case GL_INTENSITY: in st_translate_color()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tex.c | 229 case GL_INTENSITY: in nv20_emit_tex_obj()
|
D | nouveau_texture.c | 223 case GL_INTENSITY: in nouveau_choose_tex_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 352 case GL_INTENSITY: in brw_meta_convert_fast_clear_color()
|
D | brw_wm_surface_state.c | 352 case GL_INTENSITY: in brw_get_texture_swizzle() 397 case GL_INTENSITY: in brw_get_texture_swizzle()
|
D | brw_blorp.c | 1023 case GL_INTENSITY: in brw_blorp_download_miptree()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 386 case GL_INTENSITY: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 386 case GL_INTENSITY: in radeonChooseTextureFormat()
|