Searched refs:GetTextureObject (Results 1 – 11 of 11) sorted by relevance
81 u32 GetTextureObject() const in GetTextureObject() function370 m_TexObject = src.GetTextureObject(); in Set()
3181 u32 GetTextureObject() const in GetTextureObject() function
255 if ( resImgTex.GetTextureObject() != 0 ) in ResImageTexture_Setup()282 if ( resSdwTex.GetTextureObject() != 0 ) in ResShadowTexture_Setup()309 if ( resCubeTex.GetTextureObject() != 0 ) in ResCubeTexture_Setup()397 GLuint texID = resImgTex.GetTextureObject(); in ResImageTexture_Cleanup()419 GLuint texID = resSdwTex.GetTextureObject(); in ResShadowTexture_Cleanup()441 GLuint texID = resCubeTex.GetTextureObject(); in ResCubeTexture_Cleanup()
706 uint texId = texture.GetTextureObject(); in SetupTextureMapperCommand()749 uint texId = texture.GetTextureObject(); in VerifyCubeTextureAddress_()790 uint texId = texture.GetTextureObject(); in SetupTextureMapperCommand()866 uint texId = texture.GetTextureObject(); in SetupTextureMapperCommand()
41 NW_ASSERT(resPixelBasedTexture.GetTextureObject() != 0); in OffScreenBuffer()
306 GetTextureObject(int index) const in GetTextureObject() function
416 GLuint texName = texInfo.GetTextureObject(); in DeleteTexture()426 u32 texName = texInfo.GetTextureObject(); in DeleteTexture()
676 …NW_ASSERTMSG(texMap.GetTextureObject() != TextureInfo::INVALID, "DMPGL texture-object is not creat… in SetupGraphics()679 glBindTexture(GL_TEXTURE_2D, texMap.GetTextureObject()); in SetupGraphics()
338 glyph->pTextureObject = GetTextureObject(sheetNo); in GetGlyphFromIndex()
434 glyph->pTextureObject = NULL != m_pTexObjs ? GetTextureObject(sheetNo) : 0; in GetGlyphFromIndex()
671 glyph->pTextureObject = GetTextureObject(cacheIndex); in MakeGlyph()