Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLPool.h76 class AutoAttachPoolToThread {
78 AutoAttachPoolToThread(Pool* p) : fPool(p) { in AutoAttachPoolToThread() function
83 ~AutoAttachPoolToThread() { in ~AutoAttachPoolToThread()
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLProgram.cpp41 AutoAttachPoolToThread attach(fPool.get()); in ~Program()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3466 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeVariableReference()
3517 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeVariableReference()
4622 AutoAttachPoolToThread attach(fProgram.fPool.get()); in writeInterfaceBlock()
5269 AutoAttachPoolToThread attach(fProgram.fPool.get()); in addRTFlipUniform()