Searched refs:m_pVtxCache (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 104 …one), m_pwFacesFont(NULL), m_pPrint3dVtx(NULL), m_bTexturesSet(false), m_pVtxCache(NULL), m_nVtxCa… in CPVRTPrint3D() 463 m_pVtxCache = (SPVRTPrint3DAPIVertex*)malloc(m_nVtxCacheMax * sizeof(*m_pVtxCache)); in SetTextures() 466 if(!m_pVtxCache) in SetTextures() 961 …3DAPIVertex* pTmp = (SPVRTPrint3DAPIVertex*)realloc(m_pVtxCache, m_nVtxCacheMax * sizeof(*m_pVtxCa… in DrawLine() 966 free(m_pVtxCache); in DrawLine() 967 m_pVtxCache = 0; in DrawLine() 971 m_pVtxCache = pTmp; in DrawLine() 976 memcpy(&m_pVtxCache[m_nVtxCache], pVtx, nVertices * sizeof(*pVtx)); in DrawLine()
|
D | PVRTPrint3D.h | 426 SPVRTPrint3DAPIVertex *m_pVtxCache; variable
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTPrint3DAPI.cpp | 221 FREE(m_pVtxCache); in ReleaseTextures() 297 …RAY, 3, GL_FLOAT, GL_FALSE, sizeof(SPVRTPrint3DAPIVertex), (const void*)&m_pVtxCache[nVtxBase].sx); in Flush() 298 …L_UNSIGNED_BYTE, GL_TRUE, sizeof(SPVRTPrint3DAPIVertex), (const void*)&m_pVtxCache[nVtxBase].color… in Flush() 299 …RAY, 2, GL_FLOAT, GL_FALSE, sizeof(SPVRTPrint3DAPIVertex), (const void*)&m_pVtxCache[nVtxBase].tu); in Flush()
|