Home
last modified time | relevance | path

Searched refs:TextureBarrier (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_barrier.txt44 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/
DARB_texture_barrier.txt54 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/
Dbarrier.c44 driver->TextureBarrier = _mesa_texture_barrier; in _mesa_init_barrier_functions()
58 ctx->Driver.TextureBarrier(ctx); in _mesa_TextureBarrierNV()
Ddd.h1100 void (*TextureBarrier)(struct gl_context *ctx); member
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_tile_raster_order.txt74 void TextureBarrier(void);
76 TextureBarrier() will guarantee that writes have completed and
/third_party/openGLES/extensions/MESA/
DMESA_tile_raster_order.txt74 void TextureBarrier(void);
76 TextureBarrier() will guarantee that writes have completed and
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texturebarrier.c136 functions->TextureBarrier = st_TextureBarrier; in st_init_texture_barrier_functions()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp270 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface()
272 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface()
274 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp264 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp3590 GL_CALL(TextureBarrier()); in xferBarrier()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp242 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface()
244 GET_PROC(TextureBarrier); in GrGLMakeAssembledGLInterface()
246 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp238 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp3753 GL_CALL(TextureBarrier()); in xferBarrier()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex.c413 functions->TextureBarrier = brw_texture_barrier; in brw_init_texture_functions()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_5_autogen.h346 ANGLE_EXPORT void GL_APIENTRY TextureBarrier();
Dproc_table_wgl_autogen.cpp868 {"glTextureBarrier", P(gl::TextureBarrier)},
Dentry_points_gl_4_5_autogen.cpp2321 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/
Dentry_points_enum_autogen.h1140 TextureBarrier, enumerator
Dentry_points_enum_autogen.cpp2265 case EntryPoint::TextureBarrier: in GetEntryPointName()
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json5304 "TextureBarrier",
/third_party/flutter/skia/tools/gpu/gl/interface/
Dinterface.json5249 "TextureBarrier",
/third_party/openGLES/extensions/NVX/
DNVX_linked_gpu_multicast.txt249 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/
DNVX_linked_gpu_multicast.txt249 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_gpu_multicast.txt426 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees
/third_party/openGLES/extensions/NV/
DNV_gpu_multicast.txt441 Existing barriers such as TextureBarrier and MemoryBarrier only provide consistency guarantees

12