/external/mesa3d/src/mesa/main/ |
D | formats.c | 337 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 …]
|
D | pixel.c | 205 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()
|
D | glformats.c | 183 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()
|
D | texstate.c | 177 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()
|
D | texstore.c | 102 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 …]
|
D | fbobject.c | 435 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()
|
D | texcompress.c | 129 return GL_INTENSITY; in _mesa_gl_compressed_format_base_format()
|
D | texstorage.c | 254 case GL_INTENSITY: in tex_storage_error_check()
|
D | texgetimage.c | 271 baseFormat == GL_INTENSITY || in get_tex_rgba_compressed() 350 texImage->_BaseFormat == GL_INTENSITY || in get_tex_rgba_uncompressed()
|
D | teximage.c | 107 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()
|
D | pack.c | 367 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 …]
|
D | texformat.c | 191 case GL_INTENSITY: in _mesa_choose_tex_format()
|
D | framebuffer.c | 778 case GL_INTENSITY: in renderbuffer_exists()
|
D | texparam.c | 420 params[0] == GL_INTENSITY || in set_tex_parameteri()
|
/external/mesa3d/src/glx/ |
D | compsize.c | 90 case GL_INTENSITY: in __glElementsPerGroup()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_texstate.c | 75 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/ |
D | TextureUtil.java | 276 format = GL_INTENSITY; in uploadTexture() 281 format = GL_INTENSITY; in uploadTexture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 846 { GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, 1741 case GL_INTENSITY: in st_translate_color() 1783 case GL_INTENSITY: in st_translate_color()
|
D | st_atom_texture.c | 88 case GL_INTENSITY: in apply_depthmode()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 442 case GL_INTENSITY: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 442 case GL_INTENSITY: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 294 case GL_INTENSITY: in nouveau_choose_tex_format()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3488 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/ |
D | s_span.c | 1462 rb->_BaseFormat == GL_INTENSITY || in _swrast_read_rgba_span()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 690 case GL_INTENSITY: in brw_get_texture_swizzle()
|