Searched defs:glDesc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c340 const struct wined3d_format_desc *glDesc = This->resource.format_desc; local
342 TRACE("(%p) : level %u, format %s (0x%08x)\n", This, gl_level, debug_d3dformat(glDesc->format), glDesc->format);
349 glDesc->glInternal,
354 glDesc->glFormat,
355 glDesc->glType,
361 glDesc->glInternal,
366 glDesc->glFormat,
367 glDesc->glType,
H A Ddirectx.c3282 const struct wined3d_format_desc *glDesc; local
3312 glDesc = getFormatDescEntry(SurfaceFormat, &adapter->gl_info);
3313 if (!glDesc) return WINED3DERR_INVALIDCALL;
3315 if(glDesc->Flags & (WINED3DFMT_FLAG_DEPTH | WINED3DFMT_FLAG_STENCIL)) {
3325 if (!IWineD3DImpl_IsPixelFormatCompatibleWithDepthFmt(&adapter->gl_info, &cfgs[i], glDesc))
3335 else if(glDesc->Flags & WINED3DFMT_FLAG_RENDERTARGET) {
3340 if (!getColorBits(glDesc, &redSize, &greenSize, &blueSize, &alphaSize, &colorBits))
3360 if(cfgs[i].colorSize != (glDesc->byte_count << 3))

Completed in 148 milliseconds