HomeSort by relevance Sort by last modified time
    Searched defs:GrGpuTextureCommandBuffer (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGpuCommandBuffer.h 32 // Copy src into current surface owned by either a GrGpuTextureCommandBuffer or
42 class GrGpuTextureCommandBuffer : public GrGpuCommandBuffer{
52 GrGpuTextureCommandBuffer() : fOrigin(kTopLeft_GrSurfaceOrigin), fTexture(nullptr) {}
54 GrGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin)
  /external/skqp/src/gpu/
GrGpuCommandBuffer.h 32 // Copy src into current surface owned by either a GrGpuTextureCommandBuffer or
42 class GrGpuTextureCommandBuffer : public GrGpuCommandBuffer{
52 GrGpuTextureCommandBuffer() : fOrigin(kTopLeft_GrSurfaceOrigin), fTexture(nullptr) {}
54 GrGpuTextureCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin)

Completed in 82 milliseconds