/third_party/mesa3d/src/mesa/main/ |
D | texobj.c | 776 if (t->Image[face][baseLevel]->Border != baseImage->Border) { in _mesa_test_texobj_completeness() 835 if (img->Border != baseImage->Border) { in _mesa_test_texobj_completeness() 2190 xBorder = image->Border; in _mesa_InvalidateTexSubImage() 2198 xBorder = image->Border; in _mesa_InvalidateTexSubImage() 2209 xBorder = image->Border; in _mesa_InvalidateTexSubImage() 2210 yBorder = image->Border; in _mesa_InvalidateTexSubImage() 2219 xBorder = image->Border; in _mesa_InvalidateTexSubImage() 2220 yBorder = image->Border; in _mesa_InvalidateTexSubImage() 2227 xBorder = image->Border; in _mesa_InvalidateTexSubImage() 2228 yBorder = image->Border; in _mesa_InvalidateTexSubImage() [all …]
|
D | teximage.c | 791 img->Border = 0; in clear_teximage_fields() 843 img->Border = border; in _mesa_init_teximage_fields_ms() 1161 if (xoffset < - (GLint) destImage->Border) { in error_check_subtexture_dimensions() 1174 GLint yBorder = (target == GL_TEXTURE_1D_ARRAY) ? 0 : destImage->Border; in error_check_subtexture_dimensions() 1191 0 : destImage->Border; in error_check_subtexture_dimensions() 3554 zoffset += texImage->Border; in texture_sub_image() 3558 yoffset += texImage->Border; in texture_sub_image() 3561 xoffset += texImage->Border; in texture_sub_image() 4153 if (texImage->Border != border) in can_avoid_reallocation() 4183 zoffset += texImage->Border; in copy_texture_sub_image() [all …]
|
D | shaderimage.c | 492 if (!img || img->Border || img->NumSamples > ctx->Const.MaxImageSamples) in _mesa_is_image_unit_valid()
|
D | mipmap.c | 1880 dstImage->Border != border || in prepare_mipmap_level() 1980 border = srcImage->Border; in generate_mipmap_uncompressed() 2166 border = srcImage->Border; in generate_mipmap_compressed()
|
D | mtypes.h | 774 GLuint Border; /**< 0 or 1 */ member
|
D | texparam.c | 1771 *params = img->Border; in get_tex_level_parameter_image()
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_border_clamp.txt | 165 Add column to Table 3.16 with heading "Border Type" fill in the 181 "The 'Border Type' field determines how border colors are clamped as 257 described in chapter 3, or the result is undefined. Border values are
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_border_clamp.txt | 150 Add column to Table 3.16 with heading "Border Type" fill in the 166 "The 'Border Type' field determines how border colors are clamped as 242 described in chapter 3, or the result is undefined. Border values are
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_border_clamp.txt | 149 Add column to Table 3.16 with heading "Border Type" fill in the 165 "The 'Border Type' field determines how border colors are clamped as 241 described in chapter 3, or the result is undefined. Border values are
|
D | EXT_texture_compression_bptc.txt | 100 Compressed Internal Format Base Block Border 3D Cube
|
D | EXT_texture_compression_rgtc.txt | 262 Compressed Internal Format Base Block Border 3D Cube
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_border_clamp.txt | 149 Add column to Table 3.16 with heading "Border Type" fill in the 165 "The 'Border Type' field determines how border colors are clamped as 241 described in chapter 3, or the result is undefined. Border values are
|
D | EXT_texture_compression_bptc.txt | 100 Compressed Internal Format Base Block Border 3D Cube
|
D | EXT_texture_compression_rgtc.txt | 262 Compressed Internal Format Base Block Border 3D Cube
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_coordinate_clamp.txt | 35 -- Border modes are independent of texture coordinate clamping. Borders
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_coordinate_clamp.txt | 35 -- Border modes are independent of texture coordinate clamping. Borders
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 214 if (image->Border) in st_texture_match_image()
|
D | st_cb_texture.c | 1040 texImage->Depth, texImage->Border, in prep_teximage()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | textures.adoc | 655 . Border Texel 802 Border texels are replaced with a value based on the image format and the 808 .Border Color [eq]#B#, Custom Border Color slink:VkSamplerCustomBorderColorCreateInfoEXT::pname:cus… 811 .Border Color [eq]#B# 815 | Sampler pname:borderColor | Corresponding Border Color 849 .Border Texel Components After Replacement 3495 is a Border Texel and <<textures-texel-replacement,texel replacement>> is 3983 is a Border Texel and <<textures-texel-replacement,texel replacement>> is
|
D | textures.txt | 600 . Border Texel 724 Border texels are replaced with a value based on the image format and the 730 .Border Color [eq]#B#, Custom Border Color slink:VkSamplerCustomBorderColorCreateInfoEXT::pname:cus… 733 .Border Color [eq]#B# 737 | Sampler pname:borderColor | Corresponding Border Color 771 .Border Texel Components After Replacement
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 167 Border GL, 13
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 167 Border GL, 13
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sampler_objects.txt | 439 …COLOR | n x C | GetSamplerParameter | 0,0,0,0 | Border color …
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sampler_objects.txt | 449 …COLOR | n x C | GetSamplerParameter | 0,0,0,0 | Border color …
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | amber_script.md | 345 #### Border colors
|