Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp158 char assertMsg[80]; in checkGuardBlock() local
162 _snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %Iu byte allocation at 0x%p\n", in checkGuardBlock()
165 snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp258 char assertMsg[80]; in checkGuardBlock() local
260 snprintf(assertMsg, sizeof(assertMsg), in checkGuardBlock()
/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp147 char assertMsg[maxSize]; in checkGuardBlock() local
150 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()