Searched refs:GrMockGpuTextureCommandBuffer (Results 1 – 4 of 4) sorted by relevance
14 class GrMockGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {16 GrMockGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) in GrMockGpuTextureCommandBuffer() function20 ~GrMockGpuTextureCommandBuffer() override {} in ~GrMockGpuTextureCommandBuffer()
63 return new GrMockGpuTextureCommandBuffer(texture, origin); in getCommandBuffer()