Searched refs:assertMsg (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | PoolAlloc.cpp | 158 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/ |
| D | PoolAlloc.cpp | 258 char assertMsg[80]; in checkGuardBlock() local 260 snprintf(assertMsg, sizeof(assertMsg), in checkGuardBlock()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | PoolAlloc.cpp | 147 char assertMsg[maxSize]; in checkGuardBlock() local 150 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
|