Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/main/
Dformats.c337 GL_INTENSITY, /* BaseFormat */
346 GL_INTENSITY, /* BaseFormat */
726 GL_INTENSITY,
735 GL_INTENSITY,
837 GL_INTENSITY,
846 GL_INTENSITY,
855 GL_INTENSITY,
864 GL_INTENSITY,
873 GL_INTENSITY,
882 GL_INTENSITY,
[all …]
Dpixel.c205 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapfv()
247 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapuiv()
303 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY, in _mesa_PixelMapusv()
354 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapfvARB()
405 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapuivARB()
456 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapusvARB()
Dglformats.c183 case GL_INTENSITY: in _mesa_components_in_format()
479 case GL_INTENSITY: in _mesa_is_color_format()
943 if (base_format == GL_INTENSITY) { in _mesa_base_format_has_channel()
996 return GL_INTENSITY; in _mesa_generic_compressed_format_to_uncompressed_format()
1124 case GL_INTENSITY: in _mesa_error_check_format_and_type()
Dtexstate.c177 case GL_INTENSITY: in calculate_derived_texenv()
221 case GL_INTENSITY: in calculate_derived_texenv()
245 case GL_INTENSITY: in calculate_derived_texenv()
268 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE; in calculate_derived_texenv()
Dtexstore.c102 case GL_INTENSITY: in can_swizzle()
239 case GL_INTENSITY: return IDX_INTENSITY; in get_map_idx()
344 logicalBaseFormat == GL_INTENSITY || in _mesa_make_temp_float_image()
354 textureBaseFormat == GL_INTENSITY || in _mesa_make_temp_float_image()
454 logicalBaseFormat == GL_INTENSITY || in make_temp_uint_image()
463 textureBaseFormat == GL_INTENSITY || in make_temp_uint_image()
582 logicalBaseFormat == GL_INTENSITY); in _mesa_make_temp_ubyte_image()
591 textureBaseFormat == GL_INTENSITY); in _mesa_make_temp_ubyte_image()
3035 baseInternalFormat == GL_INTENSITY || in _mesa_texstore_rgba_float32()
3105 baseInternalFormat == GL_INTENSITY || in _mesa_texstore_rgba_float16()
[all …]
Dfbobject.c435 case GL_INTENSITY: in _mesa_validate_framebuffer()
492 case GL_INTENSITY: in _mesa_is_legal_color_format()
1096 case GL_INTENSITY: in _mesa_base_fbo_format()
1102 ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
1228 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
1270 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
1329 ctx->Extensions.ARB_framebuffer_object ? GL_INTENSITY : 0; in _mesa_base_fbo_format()
2754 case GL_INTENSITY: in get_nongeneric_internalformat()
Dtexcompress.c129 return GL_INTENSITY; in _mesa_gl_compressed_format_base_format()
Dtexstorage.c254 case GL_INTENSITY: in tex_storage_error_check()
Dtexgetimage.c271 baseFormat == GL_INTENSITY || in get_tex_rgba_compressed()
350 texImage->_BaseFormat == GL_INTENSITY || in get_tex_rgba_uncompressed()
Dteximage.c107 case GL_INTENSITY: in _mesa_base_tex_format()
112 return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; in _mesa_base_tex_format()
179 return GL_INTENSITY; in _mesa_base_tex_format()
243 return GL_INTENSITY; in _mesa_base_tex_format()
298 return GL_INTENSITY; in _mesa_base_tex_format()
379 return GL_INTENSITY; in _mesa_base_tex_format()
Dpack.c367 case GL_INTENSITY: in get_component_indexes()
3030 case GL_INTENSITY: in get_component_mapping()
3147 srcFormat == GL_INTENSITY || in extract_float_rgba()
3756 srcFormat == GL_INTENSITY || in extract_uint_rgba()
4256 dstFormat == GL_INTENSITY || in _mesa_unpack_color_span_ubyte()
4268 srcFormat == GL_INTENSITY || in _mesa_unpack_color_span_ubyte()
4498 dstFormat == GL_INTENSITY || in _mesa_unpack_color_span_float()
4510 srcFormat == GL_INTENSITY || in _mesa_unpack_color_span_float()
4704 dstFormat == GL_INTENSITY || in _mesa_unpack_color_span_uint()
4716 srcFormat == GL_INTENSITY || in _mesa_unpack_color_span_uint()
[all …]
Dtexformat.c191 case GL_INTENSITY: in _mesa_choose_tex_format()
Dframebuffer.c778 case GL_INTENSITY: in renderbuffer_exists()
Dtexparam.c420 params[0] == GL_INTENSITY || in set_tex_parameteri()
/external/mesa3d/src/glx/
Dcompsize.c90 case GL_INTENSITY: in __glElementsPerGroup()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c75 else if (DepthMode == GL_INTENSITY) in translate_texture_format()
90 else if (DepthMode == GL_INTENSITY) in translate_texture_format()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java276 format = GL_INTENSITY; in uploadTexture()
281 format = GL_INTENSITY; in uploadTexture()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c846 { GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8,
1741 case GL_INTENSITY: in st_translate_color()
1783 case GL_INTENSITY: in st_translate_color()
Dst_atom_texture.c88 case GL_INTENSITY: in apply_depthmode()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c442 case GL_INTENSITY: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c442 case GL_INTENSITY: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c294 case GL_INTENSITY: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3488 case GL_INTENSITY: in get_temp_image_type()
3532 format == GL_INTENSITY) { in _mesa_meta_CopyTexSubImage()
3770 baseTexFormat == GL_INTENSITY) || in decompress_texture_image()
/external/mesa3d/src/mesa/swrast/
Ds_span.c1462 rb->_BaseFormat == GL_INTENSITY || in _swrast_read_rgba_span()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c690 case GL_INTENSITY: in brw_get_texture_swizzle()

12