Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DTexture.h36 unsigned short int dwCreatedHeight; // Describes the height of the created texture area member
H A DOGLTexture.cpp87 di->dwCreatedHeight = m_dwCreatedTextureHeight; in StartUpdate()
H A DTextureManager.cpp1390 for(int nY = 0; nY < srcInfo.dwCreatedHeight; nY++) in ConvertTextureRGBAtoI()