Home
last modified time | relevance | path

Searched refs:bindImageStorage (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLProgram.cpp159 fGpu->bindImageStorage((*nextSamplerIdx)++, access.ioType(), in bindTextures()
DGrGLGpu.h66 void bindImageStorage(int unitIdx, GrIOType, GrGLTexture *);
DGrGLGpu.cpp3148 void GrGLGpu::bindImageStorage(int unitIdx, GrIOType ioType, GrGLTexture *texture) { in bindImageStorage() function in GrGLGpu