Searched defs:pDesc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DResourceManager.cpp624 D3DSURFACE_DESC *pDesc = pBlitRTTexture->GetDesc(); local
626 if ((width <= pDesc->Width && height <= pDesc->Height) &&
627 (format == pDesc->Format ||
630 pDevCaps->DeviceType, format, pDesc->Format))))
659 D3DSURFACE_DESC *pDesc = pBlitOSPSurface->GetDesc(); local
660 if (width == pDesc->Width && height == pDesc->Height &&
661 (fmt == pDesc->Format || fmt == D3DFMT_UNKNOWN))
689 D3DSURFACE_DESC *pDesc local
726 D3DSURFACE_DESC *pDesc = pCachedDestTexture->GetDesc(); local
[all...]
H A DD3DBlitLoops.cpp216 D3DSURFACE_DESC *pDesc = pDstSurfaceRes->GetDesc(); local
224 if (pDesc->Usage == D3DUSAGE_DYNAMIC) {
597 D3DSURFACE_DESC *pDesc = pBlitTextureRes->GetDesc(); local
601 tw = pDesc->Width;
602 th = pDesc->Height;
H A DD3DContext.cpp1164 D3DSURFACE_DESC *pDesc = pTextureRes->GetDesc(); local
1177 if (pDesc->Usage == D3DUSAGE_DYNAMIC) {
1194 if (pDesc->Format == D3DFMT_A8) {
1203 else if (pDesc->Format == D3DFMT_A8R8G8B8) {
1220 if (pDesc->Format == D3DFMT_R8G8B8) {
1244 else if (pDesc->Format == D3DFMT_A8R8G8B8) {
1265 if (pDesc->Format == D3DFMT_R8G8B8) {
1285 else if (pDesc->Format == D3DFMT_A8R8G8B8) {
1306 if (pDesc->Format == D3DFMT_A8R8G8B8) {

Completed in 39 milliseconds