Searched refs:TextureObject (Results 1 – 10 of 10) sorted by relevance
272 internal::TextureObject*282 const internal::TextureObject*294 m_pTexObjs = static_cast<internal::TextureObject*>(buffer); in SetTextureObjectsBufferPtr()303 const internal::TextureObject*328 internal::TextureObject*
54 class TextureObject57 TextureObject();132 const internal::TextureObject*411 TextureObject::GetWrapFilter() const in GetWrapFilter()
35 const internal::TextureObject*
87 TextureObject::TextureObject() in TextureObject() function in nw::font::internal::TextureObject93 TextureObject::Set( in Set()
155 totalSize += sizeof(internal::TextureObject) * numRequireSheets; in GetRequireBufferSize()230 u32 texNamesSize = pContext->pFINF->pGlyph->sheetNum * sizeof(internal::TextureObject); in StreamingConstruct()237 SetTextureObjectsBufferPtr(pContext->GetCurrentPtr<internal::TextureObject*>()); in StreamingConstruct()
517 internal::TextureObject* texObjs = GetTextureObjectsBufferPtr(); in GenTextureNames()541 internal::TextureObject* texObjs = GetTextureObjectsBufferPtr(); in DeleteTextureNames()
123 return sizeof(internal::TextureObject) * pGlyph->sheetNum; in GetDrawBufferSize()
570 u32 sizeTextureNamesArray = sizeof(internal::TextureObject) * numSheetCache; in CalcCacheSize()620 + sizeof(u16) + sizeof(internal::TextureObject) in AssignMemory()
447 const_cast<internal::TextureObject*>(glyph.pTextureObject)->SetName(texName); in LoadTexture()
225 NW_RES_FIELD_PRIMITIVE_DECL( u32, TextureObject ) // GetTextureObject(), SetTextureObject()