Searched refs:depth_cpp (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| H A D | test-render.cpp | 181 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 D | mga_common.h | 78 unsigned int depth_cpp; member in struct:__anon339d47a40208
|
| H A D | mga_dri.c | 583 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 D | savage_drm.h | 185 unsigned int depth_cpp; member in struct:drm_savage_init
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | mga_drm.h | 291 unsigned int depth_cpp; member in struct:drm_mga_init
|
Completed in 11 milliseconds