Home
last modified time | relevance | path

Searched refs:texLoadFlag (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Util.cpp191 LoadTexture(const void* pImgRes, u32 size, int texLoadFlag) in LoadTexture() argument
291 if (texLoadFlag == 0) in LoadTexture()
293 texLoadFlag = NN_GX_MEM_FCRAM | GL_NO_COPY_FCRAM_DMP; in LoadTexture()
312 GL_TEXTURE_2D | texLoadFlag, in LoadTexture()
325 GL_TEXTURE_2D | texLoadFlag, in LoadTexture()
354 NW_ASSERT((texLoadFlag & ~(GL_COPY_FCRAM_DMP | GL_NO_COPY_FCRAM_DMP)) == NN_GX_MEM_FCRAM); in LoadTexture()
/NW4C-1.2.23/sources/libraries/font/
Dfont_Font.cpp65 int texLoadFlag = in LoadTexture() local
75 …glTexImage2D(GL_TEXTURE_2D | texLoadFlag, mipLevel, format, texWidth, texHeight, 0, format, type, … in LoadTexture()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Util.h227 const TextureInfo LoadTexture(const void* pImgRes, u32 size, int texLoadFlag = 0);