Home
last modified time | relevance | path

Searched refs:GL_INTENSITY (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dglformats.c159 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 …]
Dpixel.c196 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()
Dtexstate.c181 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()
Dfbobject.c645 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()
Dreadpix.c69 srcBaseFormat == GL_INTENSITY) && in _mesa_need_luminance_to_rgb_conversion()
476 if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) { in read_rgba_pixels()
Dtexcompress.c156 return GL_INTENSITY; in _mesa_gl_compressed_format_base_format()
Dtexformat.c209 case GL_INTENSITY: in _mesa_choose_tex_format()
Dframebuffer.c708 case GL_INTENSITY: in renderbuffer_exists()
Dtexstorage.c227 case GL_INTENSITY: in _mesa_is_legal_tex_storage_format()
Dformats.c298 return GL_INTENSITY; in get_base_format_for_array_format()
Dformat_utils.c171 case GL_INTENSITY: in _mesa_compute_rgba2base2rgba_component_mapping()
/external/mesa3d/src/glx/
Dcompsize.c95 case GL_INTENSITY: in __glElementsPerGroup()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c76 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/
Dmesa_formats.cpp128 case GL_INTENSITY: in TEST()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c299 { GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8,
1517 case GL_INTENSITY: in st_translate_color()
1561 case GL_INTENSITY: in st_translate_color()
Dst_sampler_view.c346 case GL_INTENSITY: in compute_texture_format_swizzle()
355 case GL_INTENSITY: in compute_texture_format_swizzle()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tex.c230 case GL_INTENSITY: in nv20_emit_tex_obj()
Dnouveau_texture.c226 case GL_INTENSITY: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_meta_util.c349 case GL_INTENSITY: in brw_meta_convert_fast_clear_color()
Dbrw_wm_surface_state.c366 case GL_INTENSITY: in brw_get_texture_swizzle()
411 case GL_INTENSITY: in brw_get_texture_swizzle()
Dbrw_blorp.c1069 case GL_INTENSITY: in brw_blorp_download_miptree()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp856 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLBaseFormatName()
919 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLFormatName()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c385 case GL_INTENSITY: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c385 case GL_INTENSITY: in radeonChooseTextureFormat()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp2038 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLBaseFormatName()
2107 case GL_INTENSITY: return "GL_INTENSITY"; in GetGLFormatName()

12