Home
last modified time | relevance | path

Searched refs:AutoAttachPoolToThread (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
DSkSLPool.h75 class AutoAttachPoolToThread {
77 AutoAttachPoolToThread(Pool* p) : fPool(p) { in AutoAttachPoolToThread() function
82 ~AutoAttachPoolToThread() { in ~AutoAttachPoolToThread()
/third_party/skia/src/sksl/ir/
DSkSLProgram.h101 AutoAttachPoolToThread attach(fPool.get()); in ~Program()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2124 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeVariableReference()
2159 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeVariableReference()
3041 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeInterfaceBlock()
3501 AutoAttachPoolToThread attach(fProgram.fPool.get()); in addRTFlipUniform()
3522 AutoAttachPoolToThread attach(fProgram.fPool.get()); in addRTFlipUniform()