Home
last modified time | relevance | path

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

/external/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()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp163 char assertMsg[maxSize]; in checkGuardBlock() local
166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()