Searched refs:assertMsg (Results 1 – 4 of 4) sorted by relevance
/external/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()
|
/external/angle/src/common/ |
D | PoolAlloc.cpp | 131 char assertMsg[80]; in checkGuardBlock() local 133 snprintf(assertMsg, sizeof(assertMsg), in checkGuardBlock()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 163 char assertMsg[maxSize]; in checkGuardBlock() local 166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 163 char assertMsg[maxSize]; in checkGuardBlock() local 166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
|