Home
last modified time | relevance | path

Searched refs:GrMockGpuTextureCommandBuffer (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockGpuCommandBuffer.h14 class GrMockGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
16 GrMockGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) in GrMockGpuTextureCommandBuffer() function
20 ~GrMockGpuTextureCommandBuffer() override {} in ~GrMockGpuTextureCommandBuffer()
DGrMockGpu.cpp63 return new GrMockGpuTextureCommandBuffer(texture, origin); in getCommandBuffer()
/external/skqp/src/gpu/mock/
DGrMockGpuCommandBuffer.h14 class GrMockGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
16 GrMockGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) in GrMockGpuTextureCommandBuffer() function
20 ~GrMockGpuTextureCommandBuffer() override {} in ~GrMockGpuTextureCommandBuffer()
DGrMockGpu.cpp63 return new GrMockGpuTextureCommandBuffer(texture, origin); in getCommandBuffer()