Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp44 #define MAX_CACHED_VTX (0x00100000) macro
955 if(m_nVtxCache + nVertices > MAX_CACHED_VTX) { in DrawLine()
956 …RPT1(_CRT_WARN, "Print3D: Out of space to cache text! (More than %d vertices!)\n", MAX_CACHED_VTX); in DrawLine()
960 m_nVtxCacheMax = PVRT_MIN(m_nVtxCacheMax * 2, MAX_CACHED_VTX); in DrawLine()