Searched refs:fCallbacks (Results 1 – 3 of 3) sorted by relevance
24 fCallbacks.push_back(callback); in add()29 while (!fCallbacks.empty() && fGpu->waitFence(fCallbacks.front().fFence)) { in check()30 fCallbacks.front().fCallback(fCallbacks.front().fContext); in check()31 fGpu->deleteFence(fCallbacks.front().fFence); in check()32 fCallbacks.pop_front(); in check()37 while (!fCallbacks.empty()) { in callAll()38 fCallbacks.front().fCallback(fCallbacks.front().fContext); in callAll()40 fGpu->deleteFence(fCallbacks.front().fFence); in callAll()42 fCallbacks.pop_front(); in callAll()
51 bool empty() const { return fCallbacks.empty(); } in empty()61 std::list<FinishCallback> fCallbacks; variable
50 , fCallbacks(callbacks) {} in PipelineStageCodeGenerator()114 Callbacks* fCallbacks; member in SkSL::PipelineStage::PipelineStageCodeGenerator187 this->write(fCallbacks->sampleChild(index, std::move(coords), std::move(color))); in writeFunctionCall()281 : fCallbacks->getMangledName(String(decl.name()).c_str()); in writeFunction()304 fCallbacks->defineFunction(declString.c_str(), body.fBuffer.str().c_str(), decl.isMain()); in writeFunction()314 String uniformName = fCallbacks->declareUniform(&decl); in writeGlobalVarDeclaration()317 String mangledName = fCallbacks->getMangledName(String(var.name()).c_str()); in writeGlobalVarDeclaration()327 fCallbacks->declareGlobal(declaration.c_str()); in writeGlobalVarDeclaration()334 String mangledName = fCallbacks->getMangledName(String(type.name()).c_str()); in writeStructDefinition()341 fCallbacks->defineStruct(definition.c_str()); in writeStructDefinition()