/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_barrier.txt | 44 void TextureBarrier(void); 72 void TextureBarrier(void); 74 TextureBarrier() will guarantee that writes have completed and caches 98 TextureBarrier 105 (1) What algorithms can take advantage of TextureBarrier? 111 optimizations can be used to minimize the number of TextureBarrier 117 TextureBarrier(); 141 TextureBarrier();
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_barrier.txt | 54 void TextureBarrier(void); 82 void TextureBarrier(void); 84 TextureBarrier() will guarantee that writes have completed and caches 108 TextureBarrier 115 (1) What algorithms can take advantage of TextureBarrier? 121 optimizations can be used to minimize the number of TextureBarrier 127 TextureBarrier(); 151 TextureBarrier();
|
/third_party/mesa3d/src/mesa/main/ |
D | barrier.c | 44 driver->TextureBarrier = _mesa_texture_barrier; in _mesa_init_barrier_functions() 58 ctx->Driver.TextureBarrier(ctx); in _mesa_TextureBarrierNV()
|
D | dd.h | 1100 void (*TextureBarrier)(struct gl_context *ctx); member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_tile_raster_order.txt | 74 void TextureBarrier(void); 76 TextureBarrier() will guarantee that writes have completed and
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_tile_raster_order.txt | 74 void TextureBarrier(void); 76 TextureBarrier() will guarantee that writes have completed and
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texturebarrier.c | 136 functions->TextureBarrier = st_TextureBarrier; in st_init_texture_barrier_functions()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 270 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface() 272 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface() 274 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 264 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 3590 GL_CALL(TextureBarrier()); in xferBarrier()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 242 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface() 244 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface() 246 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 238 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 3753 GL_CALL(TextureBarrier()); in xferBarrier()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex.c | 413 functions->TextureBarrier = brw_texture_barrier; in brw_init_texture_functions()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_5_autogen.h | 346 ANGLE_EXPORT void GL_APIENTRY TextureBarrier();
|
D | proc_table_wgl_autogen.cpp | 868 {"glTextureBarrier", P(gl::TextureBarrier)},
|
D | entry_points_gl_4_5_autogen.cpp | 2321 void GL_APIENTRY TextureBarrier() in TextureBarrier() function 2334 ANGLE_CAPTURE(TextureBarrier, isCallValid, context); in TextureBarrier()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1140 TextureBarrier, enumerator
|
D | entry_points_enum_autogen.cpp | 2265 case EntryPoint::TextureBarrier: in GetEntryPointName()
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 304 "TextureBarrier",
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 249 "TextureBarrier",
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_linked_gpu_multicast.txt | 249 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_linked_gpu_multicast.txt | 249 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_multicast.txt | 426 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
|
/third_party/openGLES/extensions/NV/ |
D | NV_gpu_multicast.txt | 441 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
|