Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLPool.h76 class AutoAttachPoolToThread {
78 AutoAttachPoolToThread(Pool* p) : fPool(p) { in AutoAttachPoolToThread() function
83 ~AutoAttachPoolToThread() { in ~AutoAttachPoolToThread()
/external/skia/src/sksl/ir/
DSkSLProgram.cpp41 AutoAttachPoolToThread attach(fPool.get()); in ~Program()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3367 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeVariableReference()
3418 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeVariableReference()
4461 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeInterfaceBlock()
5101 AutoAttachPoolToThread attach(fProgram.fPool.get()); in addRTFlipUniform()