HomeSort by relevance Sort by last modified time
    Searched refs:setCommandBuffer (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrTextureOpList.cpp 80 flushState->setCommandBuffer(commandBuffer.get());
95 flushState->setCommandBuffer(nullptr);
GrOpFlushState.h 43 void setCommandBuffer(GrGpuCommandBuffer* buffer) { fCommandBuffer = buffer; }
GrRenderTargetOpList.cpp 153 flushState->setCommandBuffer(commandBuffer.get());
178 flushState->setCommandBuffer(nullptr);
  /external/skqp/src/gpu/
GrTextureOpList.cpp 80 flushState->setCommandBuffer(commandBuffer.get());
95 flushState->setCommandBuffer(nullptr);
GrOpFlushState.h 43 void setCommandBuffer(GrGpuCommandBuffer* buffer) { fCommandBuffer = buffer; }
GrRenderTargetOpList.cpp 153 flushState->setCommandBuffer(commandBuffer.get());
178 flushState->setCommandBuffer(nullptr);

Completed in 169 milliseconds