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

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

Completed in 72 milliseconds