Home
last modified time | relevance | path

Searched refs:texId (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp706 uint texId = texture.GetTextureObject(); in SetupTextureMapperCommand() local
749 uint texId = texture.GetTextureObject(); in VerifyCubeTextureAddress_() local
790 uint texId = texture.GetTextureObject(); in SetupTextureMapperCommand() local
866 uint texId = texture.GetTextureObject(); in SetupTextureMapperCommand() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h273 GetTextureAddress(u32 texId) in GetTextureAddress() argument
277 glBindTexture( GL_TEXTURE_2D, texId ); in GetTextureAddress()
291 GetCubeTextureAddress(u32 texId, int face) in GetCubeTextureAddress() argument
295 glBindTexture( GL_TEXTURE_CUBE_MAP, texId ); in GetCubeTextureAddress()