Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/main/
Dtexobj.c776 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 …]
Dteximage.c791 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 …]
Dshaderimage.c492 if (!img || img->Border || img->NumSamples > ctx->Const.MaxImageSamples) in _mesa_is_image_unit_valid()
Dmipmap.c1880 dstImage->Border != border || in prepare_mipmap_level()
1980 border = srcImage->Border; in generate_mipmap_uncompressed()
2166 border = srcImage->Border; in generate_mipmap_compressed()
Dmtypes.h774 GLuint Border; /**< 0 or 1 */ member
Dtexparam.c1771 *params = img->Border; in get_tex_level_parameter_image()
/third_party/openGLES/extensions/OES/
DOES_texture_border_clamp.txt165 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/
DOES_texture_border_clamp.txt150 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/
DEXT_texture_border_clamp.txt149 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
DEXT_texture_compression_bptc.txt100 Compressed Internal Format Base Block Border 3D Cube
DEXT_texture_compression_rgtc.txt262 Compressed Internal Format Base Block Border 3D Cube
/third_party/openGLES/extensions/EXT/
DEXT_texture_border_clamp.txt149 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
DEXT_texture_compression_bptc.txt100 Compressed Internal Format Base Block Border 3D Cube
DEXT_texture_compression_rgtc.txt262 Compressed Internal Format Base Block Border 3D Cube
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_coordinate_clamp.txt35 -- Border modes are independent of texture coordinate clamping. Borders
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_coordinate_clamp.txt35 -- Border modes are independent of texture coordinate clamping. Borders
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c214 if (image->Border) in st_texture_match_image()
Dst_cb_texture.c1040 texImage->Depth, texImage->Border, in prep_teximage()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dtextures.adoc655 . 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
Dtextures.txt600 . 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/
Dsyntaxrules.txt167 Border GL, 13
/third_party/openGLES/docs/
Dsyntaxrules.txt167 Border GL, 13
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sampler_objects.txt439 …COLOR | n x C | GetSamplerParameter | 0,0,0,0 | Border color …
/third_party/openGLES/extensions/ARB/
DARB_sampler_objects.txt449 …COLOR | n x C | GetSamplerParameter | 0,0,0,0 | Border color …
/third_party/vk-gl-cts/external/amber/src/docs/
Damber_script.md345 #### Border colors

12