Lines Matching refs:std
390 width = std::max(1u, width / 2);
391 height = std::max(1u, height / 2);
397 std::array<float, 4> color) {
443 w = std::max(1, w / 2);
444 h = std::max(1, h / 2);
555 fSubmittedStagingBuffers.push_back(std::move(buffer));
761 int dstWidth = std::max(1, srcWidth / 2);
762 int dstHeight = std::max(1, srcHeight / 2);
828 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrDawnGpu::makeSemaphore(bool isOwned) {
833 std::unique_ptr<GrSemaphore> GrDawnGpu::wrapBackendSemaphore(const GrBackendSemaphore& /* sema */,
856 std::unique_ptr<GrSemaphore> GrDawnGpu::prepareTextureForCrossContextUsage(GrTexture* texture) {
898 fSamplers.insert(std::pair<GrSamplerState, wgpu::Sampler>(samplerState, sampler));
930 fBusyStagingBuffers.push_back(std::move(fSubmittedStagingBuffers[i]));
944 std::unique_ptr<SkSL::Program> program = this->shaderCompiler()->convertProgram(