HomeSort by relevance Sort by last modified time
    Searched refs:TextureBarrier (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
texturebarrier.c 25 * \file texturebarrier.c
32 #include "texturebarrier.h"
44 driver->TextureBarrier = _mesa_texture_barrier;
53 ctx->Driver.TextureBarrier(ctx);
dd.h 817 void (*TextureBarrier)(struct gl_context *ctx);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texturebarrier.c 46 * Called via ctx->Driver.TextureBarrier()
59 functions->TextureBarrier = st_TextureBarrier;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 229 GET_PROC(TextureBarrier);
231 GET_PROC_SUFFIX(TextureBarrier, NV);
712 GET_PROC_SUFFIX(TextureBarrier, NV);
    [all...]
GrGLGpu.cpp     [all...]

Completed in 51 milliseconds