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

  /external/skia/src/gpu/
GrMesh.h 49 class SendToGpuImpl {
72 virtual ~SendToGpuImpl() {}
75 void sendToGpu(const GrPrimitiveProcessor&, SendToGpuImpl*) const;
202 inline void GrMesh::sendToGpu(const GrPrimitiveProcessor& primProc, SendToGpuImpl* impl) const {
  /external/skqp/src/gpu/
GrMesh.h 49 class SendToGpuImpl {
72 virtual ~SendToGpuImpl() {}
75 void sendToGpu(const GrPrimitiveProcessor&, SendToGpuImpl*) const;
202 inline void GrMesh::sendToGpu(const GrPrimitiveProcessor& primProc, SendToGpuImpl* impl) const {
  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.h 58 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
102 // GrMesh::SendToGpuImpl methods. These issue the actual Vulkan draw commands.
  /external/skqp/src/gpu/vk/
GrVkGpuCommandBuffer.h 58 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
102 // GrMesh::SendToGpuImpl methods. These issue the actual Vulkan draw commands.
  /external/skia/src/gpu/gl/
GrGLGpu.h 35 class GrGLGpu final : public GrGpu, private GrMesh::SendToGpuImpl {
97 // GrMesh::SendToGpuImpl methods. These issue the actual GL draw calls.
  /external/skqp/src/gpu/gl/
GrGLGpu.h 35 class GrGLGpu final : public GrGpu, private GrMesh::SendToGpuImpl {
107 // GrMesh::SendToGpuImpl methods. These issue the actual GL draw calls.

Completed in 175 milliseconds