Home
last modified time | relevance | path

Searched refs:bytesPerValue (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c921 GLint *bytesPerValue, void **buffer) in OSMesaGetDepthBuffer() argument
929 *bytesPerValue = 0; in OSMesaGetDepthBuffer()
936 *bytesPerValue = util_format_get_blocksize(res->format); in OSMesaGetDepthBuffer()
939 c->zs_stride = *width * *bytesPerValue; in OSMesaGetDepthBuffer()
/third_party/mesa3d/include/GL/
Dosmesa.h269 GLint *bytesPerValue, void **buffer );