Home
last modified time | relevance | path

Searched refs:CopyTexSubImage (Results 1 – 25 of 74) sorted by relevance

123

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_copy.c71 functions->CopyTexSubImage = brw_copytexsubimage; in brw_init_texture_copy_image_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c110 functions->CopyTexSubImage = intelCopyTexSubImage; in intelInitTextureCopyImageFuncs()
/third_party/mesa3d/docs/relnotes/
D7.11.2.rst54 - mesa: fix format selection for meta CopyTexSubImage()
D10.2.2.rst109 - meta_blit: properly compute texture width for the CopyTexSubImage
D10.5.1.rst142 - main: Fix target checking for CopyTexSubImage*D.
/third_party/mesa3d/src/mesa/swrast/
DNOTES15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_scene_marker.txt123 commands ReadPixels, CopyPixels, CopyTexImage, CopyTexSubImage,
175 CopyTexSubImage, DrawBuffer, Accum, Flush, or Finish is issued between
DEXT_paletted_texture.txt299 CopyTexSubImage the following sentence should be added:
301 If the target of a CopyTexSubImage is a paletted texture
511 Disallowed CopyTexImage and CopyTexSubImage to paletted
/third_party/openGLES/extensions/EXT/
DEXT_scene_marker.txt123 commands ReadPixels, CopyPixels, CopyTexImage, CopyTexSubImage,
175 CopyTexSubImage, DrawBuffer, Accum, Flush, or Finish is issued between
DEXT_paletted_texture.txt299 CopyTexSubImage the following sentence should be added:
301 If the target of a CopyTexSubImage is a paletted texture
511 Disallowed CopyTexImage and CopyTexSubImage to paletted
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureRectangleTest.cpp431 TEST_P(TextureRectangleTestES3, CopyTexSubImage) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureRectangleTest.cpp425 TEST_P(TextureRectangleTestES3, CopyTexSubImage) in TEST_P() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_framebuffer_object.txt69 immediately by a call to CopyTexSubImage. However, by using this
72 that would have been incurred by calling CopyTexSubImage.
DOES_texture_float.txt86 3. Should CopyTexImage2D, CopyTexSubImage{2D|3D} be supported for textures
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c99 driver->CopyTexSubImage = _mesa_meta_CopyTexSubImage; in _mesa_init_driver_functions()
/third_party/openGLES/extensions/OES/
DOES_framebuffer_object.txt79 immediately by a call to CopyTexSubImage. However, by using this
82 that would have been incurred by calling CopyTexSubImage.
DOES_texture_float.txt96 3. Should CopyTexImage2D, CopyTexSubImage{2D|3D} be supported for textures
/third_party/openGLES/extensions/SUNX/
DSUNX_constant_data.txt93 If a CopyTexImage[1/2/3]D or CopyTexSubImage[1/2/3]D is made and
/third_party/skia/third_party/externals/opengl-registry/extensions/SUNX/
DSUNX_constant_data.txt93 If a CopyTexImage[1/2/3]D or CopyTexSubImage[1/2/3]D is made and
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c632 functions->CopyTexSubImage = radeonCopyTexSubImage; in radeon_init_common_texture_funcs()
/third_party/skia/third_party/externals/opengl-registry/extensions/OVR/
DOVR_multiview_multisampled_render_to_texture.txt97 framebuffer such as ReadPixels, CopyTexImage*, and CopyTexSubImage*, if
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c632 functions->CopyTexSubImage = radeonCopyTexSubImage; in radeon_init_common_texture_funcs()
/third_party/openGLES/extensions/OVR/
DOVR_multiview_multisampled_render_to_texture.txt97 framebuffer such as ReadPixels, CopyTexImage*, and CopyTexSubImage*, if
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_sparse_texture.txt200 TexSubImage* or CopyTexSubImage* with <width>, <height> (for 2D and 3D
788 14) Does CopyTexSubImage work with sparse textures?
/third_party/openGLES/extensions/AMD/
DAMD_sparse_texture.txt200 TexSubImage* or CopyTexSubImage* with <width>, <height> (for 2D and 3D
788 14) Does CopyTexSubImage work with sparse textures?

123