OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pwFacesFont
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp
104
CPVRTPrint3D::CPVRTPrint3D() : m_pAPI(NULL), m_uLogoToDisplay(ePVRTPrint3DLogoNone),
m_pwFacesFont
(NULL), m_pPrint3dVtx(NULL), m_bTexturesSet(false), m_pVtxCache(NULL), m_nVtxCache(0),
418
m_pwFacesFont
= (unsigned short*)malloc(PVRTPRINT3D_MAX_RENDERABLE_LETTERS*2*3*sizeof(unsigned short));
420
if(!
m_pwFacesFont
)
428
m_pwFacesFont
[i*6+0] = 0+i*4;
429
m_pwFacesFont
[i*6+1] = 3+i*4;
430
m_pwFacesFont
[i*6+2] = 1+i*4;
432
m_pwFacesFont
[i*6+3] = 3+i*4;
433
m_pwFacesFont
[i*6+4] = 0+i*4;
434
m_pwFacesFont
[i*6+5] = 2+i*4;
[
all
...]
PVRTPrint3D.h
421
unsigned short *
m_pwFacesFont
;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp
213
FREE(
m_pwFacesFont
);
301
glDrawElements(GL_TRIANGLES, nTris * 3, GL_UNSIGNED_SHORT,
m_pwFacesFont
);
Completed in 724 milliseconds