/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex_copy.c | 71 functions->CopyTexSubImage = brw_copytexsubimage; in brw_init_texture_copy_image_functions()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex_copy.c | 110 functions->CopyTexSubImage = intelCopyTexSubImage; in intelInitTextureCopyImageFuncs()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.11.2.rst | 54 - mesa: fix format selection for meta CopyTexSubImage()
|
D | 10.2.2.rst | 109 - meta_blit: properly compute texture width for the CopyTexSubImage
|
D | 10.5.1.rst | 142 - main: Fix target checking for CopyTexSubImage*D.
|
/third_party/mesa3d/src/mesa/swrast/ |
D | NOTES | 15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_scene_marker.txt | 123 commands ReadPixels, CopyPixels, CopyTexImage, CopyTexSubImage, 175 CopyTexSubImage, DrawBuffer, Accum, Flush, or Finish is issued between
|
D | EXT_paletted_texture.txt | 299 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/ |
D | EXT_scene_marker.txt | 123 commands ReadPixels, CopyPixels, CopyTexImage, CopyTexSubImage, 175 CopyTexSubImage, DrawBuffer, Accum, Flush, or Finish is issued between
|
D | EXT_paletted_texture.txt | 299 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/ |
D | TextureRectangleTest.cpp | 431 TEST_P(TextureRectangleTestES3, CopyTexSubImage) in TEST_P() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TextureRectangleTest.cpp | 425 TEST_P(TextureRectangleTestES3, CopyTexSubImage) in TEST_P() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_framebuffer_object.txt | 69 immediately by a call to CopyTexSubImage. However, by using this 72 that would have been incurred by calling CopyTexSubImage.
|
D | OES_texture_float.txt | 86 3. Should CopyTexImage2D, CopyTexSubImage{2D|3D} be supported for textures
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 99 driver->CopyTexSubImage = _mesa_meta_CopyTexSubImage; in _mesa_init_driver_functions()
|
/third_party/openGLES/extensions/OES/ |
D | OES_framebuffer_object.txt | 79 immediately by a call to CopyTexSubImage. However, by using this 82 that would have been incurred by calling CopyTexSubImage.
|
D | OES_texture_float.txt | 96 3. Should CopyTexImage2D, CopyTexSubImage{2D|3D} be supported for textures
|
/third_party/openGLES/extensions/SUNX/ |
D | SUNX_constant_data.txt | 93 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/ |
D | SUNX_constant_data.txt | 93 If a CopyTexImage[1/2/3]D or CopyTexSubImage[1/2/3]D is made and
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 632 functions->CopyTexSubImage = radeonCopyTexSubImage; in radeon_init_common_texture_funcs()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OVR/ |
D | OVR_multiview_multisampled_render_to_texture.txt | 97 framebuffer such as ReadPixels, CopyTexImage*, and CopyTexSubImage*, if
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 632 functions->CopyTexSubImage = radeonCopyTexSubImage; in radeon_init_common_texture_funcs()
|
/third_party/openGLES/extensions/OVR/ |
D | OVR_multiview_multisampled_render_to_texture.txt | 97 framebuffer such as ReadPixels, CopyTexImage*, and CopyTexSubImage*, if
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_sparse_texture.txt | 200 TexSubImage* or CopyTexSubImage* with <width>, <height> (for 2D and 3D 788 14) Does CopyTexSubImage work with sparse textures?
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_sparse_texture.txt | 200 TexSubImage* or CopyTexSubImage* with <width>, <height> (for 2D and 3D 788 14) Does CopyTexSubImage work with sparse textures?
|