Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DFrameBufferDD.cpp346 DDSURFACEDESC DDSD; in screenshot() local
347 DDSD.dwSize = sizeof(DDSD); in screenshot()
349 long result = frontBuffer->Lock(0, &DDSD, DDLOCK_WAIT, 0); in screenshot()
353 int width = DDSD.dwWidth; in screenshot()
354 int height = DDSD.dwHeight; in screenshot()
355 int bitDepth = DDSD.ddpfPixelFormat.dwRGBBitCount; in screenshot()
356 int stride = DDSD.lPitch; in screenshot()
358 void *sourceBuffer = DDSD.lpSurface; in screenshot()
418 DDSURFACEDESC DDSD; in lock() local
419 DDSD.dwSize = sizeof(DDSD); in lock()
[all …]