Home | History | Annotate | Download | only in tests

Lines Matching refs:gpu

136         GrVkGpu* gpu = static_cast<GrVkGpu*>(mainCtx->contextPriv().getGpu());
137 const GrVkInterface* interface = gpu->vkInterface();
138 VkDevice device = gpu->device();
239 GrGLGpu* gpu = static_cast<GrGLGpu*>(ctx->contextPriv().getGpu());
240 const GrGLInterface* interface = gpu->glInterface();
250 GrVkGpu* gpu = static_cast<GrVkGpu*>(ctx->contextPriv().getGpu());
251 const GrVkInterface* interface = gpu->vkInterface();
252 VkDevice device = gpu->device();
253 VkQueue queue = gpu->queue();
254 VkCommandPool cmdPool = gpu->cmdPool();