/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() 590 case GL_INTENSITY: in _mesa_is_enum_format_unsized() 660 case GL_INTENSITY: in _mesa_is_enum_format_unorm() 1009 case GL_INTENSITY: in _mesa_is_color_format() 1605 if (base_format == GL_INTENSITY) { in _mesa_base_format_has_channel() 1662 return GL_INTENSITY; in _mesa_generic_compressed_format_to_uncompressed_format() 1701 case GL_INTENSITY: in _mesa_get_nongeneric_internalformat() 1931 case GL_INTENSITY: in _mesa_error_check_format_and_type() 2290 case GL_INTENSITY: in _mesa_base_tex_format() [all …]
|
D | pixel.c | 196 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapfv() 237 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapuiv() 292 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapusv() 341 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapfvARB() 390 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapuivARB() 439 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapusvARB()
|
D | texstate.c | 181 case GL_INTENSITY: in calculate_derived_texenv() 224 case GL_INTENSITY: in calculate_derived_texenv() 247 case GL_INTENSITY: in calculate_derived_texenv() 269 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE; in calculate_derived_texenv()
|
D | fbobject.c | 645 case GL_INTENSITY: in _mesa_validate_framebuffer() 736 case GL_INTENSITY: in _mesa_is_legal_color_format() 2164 case GL_INTENSITY: in _mesa_base_fbo_format() 2170 ctx->Extensions.ARB_framebuffer_object) ? GL_INTENSITY : 0; in _mesa_base_fbo_format() 2299 ? GL_INTENSITY : 0; in _mesa_base_fbo_format() 2350 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format() 2404 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() 476 if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) { in read_rgba_pixels()
|
D | texcompress.c | 156 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 | 708 case GL_INTENSITY: in renderbuffer_exists()
|
D | texstorage.c | 227 case GL_INTENSITY: in _mesa_is_legal_tex_storage_format()
|
D | formats.c | 298 return GL_INTENSITY; in get_base_format_for_array_format()
|
D | format_utils.c | 171 case GL_INTENSITY: in _mesa_compute_rgba2base2rgba_component_mapping()
|
/external/mesa3d/src/glx/ |
D | compsize.c | 95 case GL_INTENSITY: in __glElementsPerGroup()
|
/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/src/mesa/main/tests/ |
D | mesa_formats.cpp | 128 case GL_INTENSITY: in TEST()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 299 { GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, 1517 case GL_INTENSITY: in st_translate_color() 1561 case GL_INTENSITY: in st_translate_color()
|
D | st_sampler_view.c | 346 case GL_INTENSITY: in compute_texture_format_swizzle() 355 case GL_INTENSITY: in compute_texture_format_swizzle()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tex.c | 230 case GL_INTENSITY: in nv20_emit_tex_obj()
|
D | nouveau_texture.c | 226 case GL_INTENSITY: in nouveau_choose_tex_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 349 case GL_INTENSITY: in brw_meta_convert_fast_clear_color()
|
D | brw_wm_surface_state.c | 366 case GL_INTENSITY: in brw_get_texture_swizzle() 411 case GL_INTENSITY: in brw_get_texture_swizzle()
|
D | brw_blorp.c | 1069 case GL_INTENSITY: in brw_blorp_download_miptree()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.cpp | 856 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLBaseFormatName() 919 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLFormatName()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 385 case GL_INTENSITY: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 385 case GL_INTENSITY: in radeonChooseTextureFormat()
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 2038 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLBaseFormatName() 2107 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLFormatName()
|