Home
last modified time | relevance | path

Searched refs:dwHeight (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/WSI/
DFrameBufferDD.cpp123 ddsd.dwHeight = height; in createSurfaces()
347 int height = DDSD.dwHeight; in screenshot()
418 height = DDSD.dwHeight; in lock()
/external/swiftshader/src/Main/
DFrameBufferDD.cpp124 ddsd.dwHeight = height; in createSurfaces()
354 int height = DDSD.dwHeight; in screenshot()
425 height = DDSD.dwHeight; in lock()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.h284 PVRTuint32 dwHeight; /*!< height of surface to be created */ member
DPVRTTexture.cpp430 NewHeader.u32Height=LegacyHeader->dwHeight; in PVRTConvertOldTextureHeaderToV3()