Home
last modified time | relevance | path

Searched defs:uiSize (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h39 CPVRTArray(const unsigned int uiSize) : m_uiSize(0), m_uiCapacity(uiSize) in CPVRTArray()
64 CPVRTArray(const T* const pArray, const unsigned int uiSize) : m_uiSize(uiSize), in CPVRTArray()
80 CPVRTArray(const unsigned int uiSize, const T& val) : m_uiSize(uiSize), in CPVRTArray()
198 EPVRTError Resize(const unsigned int uiSize) in Resize()
213 EPVRTError SetCapacity(const unsigned int uiSize) in SetCapacity()
503 unsigned int uiSize = (this->m_uiSize - (uiIndex+1)) * sizeof(T*); in Remove() local
DPVRTMisc.cpp384 unsigned int uiSize = 1; in PVRTGetPOTHigher() local
413 unsigned int uiSize = PVRTGetPOTHigher(uiOriginalValue,1); in PVRTGetPOTLower() local
DPVRTMap.h39 EPVRTError Reserve(const PVRTuint32 uiSize) in Reserve()
/external/parameter-framework/upstream/remote-processor/
DMessage.cpp100 uint32_t uiSize; in readString() local
158 uint32_t uiSize = (uint32_t)(sizeof(_ucMsgId) + getMessageDataSize()); in serialize() local
210 uint32_t uiSize = 0; in serialize() local
DRequestMessage.cpp131 size_t uiSize = getStringSize(getCommand()); in getDataSize() local
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
DOGLESBasicTnL.cpp161 unsigned int uiSize = 3 * (sizeof(float) * 8); // 3 vertices * stride (8 verttypes per vertex) in InitView() local
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp465 …unsigned int uiSize = 3 * (sizeof(GLfloat) * 3); // Calc afVertices size (3 vertices * stride (3 G… in WinMain() local
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp272 unsigned int uiSize = Mesh.nNumVertex * Mesh.sVertex.nStride; in LoadVbos() local
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp349 unsigned int uiSize = Mesh.nNumVertex * Mesh.sVertex.nStride; in LoadVbos() local
/external/parameter-framework/upstream/parameter/
DConfigurableElement.cpp357 size_t uiSize = 0; in getFootPrint() local
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp361 unsigned int uiSize = Mesh.nNumVertex * Mesh.sVertex.nStride; in LoadVbos() local