Searched refs:TextureObject (Results 1 – 10 of 10) sorted by relevance
274 internal::TextureObject*284 const internal::TextureObject*296 m_pTexObjs = static_cast<internal::TextureObject*>(buffer); in SetTextureObjectsBufferPtr()305 const internal::TextureObject*330 internal::TextureObject*
56 class TextureObject59 TextureObject();134 const internal::TextureObject*413 TextureObject::GetWrapFilter() const in GetWrapFilter()
37 const internal::TextureObject*
89 TextureObject::TextureObject() in TextureObject() function in nw::font::internal::TextureObject95 TextureObject::Set( in Set()
157 totalSize += sizeof(internal::TextureObject) * numRequireSheets; in GetRequireBufferSize()232 u32 texNamesSize = pContext->pFINF->pGlyph->sheetNum * sizeof(internal::TextureObject); in StreamingConstruct()239 SetTextureObjectsBufferPtr(pContext->GetCurrentPtr<internal::TextureObject*>()); in StreamingConstruct()
519 internal::TextureObject* texObjs = GetTextureObjectsBufferPtr(); in GenTextureNames()543 internal::TextureObject* texObjs = GetTextureObjectsBufferPtr(); in DeleteTextureNames()
125 return sizeof(internal::TextureObject) * pGlyph->sheetNum; in GetDrawBufferSize()
572 u32 sizeTextureNamesArray = sizeof(internal::TextureObject) * numSheetCache; in CalcCacheSize()622 + sizeof(u16) + sizeof(internal::TextureObject) in AssignMemory()
449 const_cast<internal::TextureObject*>(glyph.pTextureObject)->SetName(texName); in LoadTexture()
231 NW_RES_FIELD_PRIMITIVE_DECL( u32, TextureObject ) // GetTextureObject(), SetTextureObject()