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

/xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/
H A Dtest-render.cpp181 GLint dw, dh, depth_cpp; local in function:TEST
182 ASSERT_EQ(true, OSMesaGetDepthBuffer(ctx.get(), &dw, &dh, &depth_cpp, (void **)&depth));
186 ASSERT_EQ(depth_cpp, 4);
230 GLint dw = 1, dh = 1, depth_cpp = 1; local in function:TEST
231 ASSERT_EQ(false, OSMesaGetDepthBuffer(ctx.get(), &dw, &dh, &depth_cpp, (void **)&depth));
232 ASSERT_EQ(depth_cpp, NULL);
235 ASSERT_EQ(depth_cpp, 0);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_common.h78 unsigned int depth_cpp; member in struct:__anon339d47a40208
H A Dmga_dri.c583 init.depth_cpp = pScrn->bitsPerPixel / 8;
585 init.depth_pitch = pMGADRIServer->depthPitch / init.depth_cpp;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_drm.h185 unsigned int depth_cpp; member in struct:drm_savage_init
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dmga_drm.h291 unsigned int depth_cpp; member in struct:drm_mga_init

Completed in 11 milliseconds