Searched defs:GrGpuCommandBuffer (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrGpuCommandBuffer.h25 * The GrGpuCommandBuffer is a series of commands (draws, clears, and discards), which all target
28 * GrGpuCommandBuffer.
30 * Ideally we'd know the GrRenderTarget, or at least its properties when the GrGpuCommandBuffer, is
36 class GrGpuCommandBuffer { class
55 GrGpuCommandBuffer() {} function in class:GrGpuCommandBuffer
56 virtual ~GrGpuCommandBuffer() {}

Completed in 85 milliseconds