OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:depthVals
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
readpix.c
532
GLfloat *
depthVals
;
561
depthVals
= (GLfloat *) malloc(width * sizeof(GLfloat));
563
if (stencilVals &&
depthVals
) {
565
_mesa_unpack_float_z_row(depthRb->Format, width, depthMap,
depthVals
);
570
depthVals
, stencilVals, packing);
582
free(
depthVals
);
/external/mesa3d/src/mesa/main/
readpix.c
532
GLfloat *
depthVals
;
561
depthVals
= (GLfloat *) malloc(width * sizeof(GLfloat));
563
if (stencilVals &&
depthVals
) {
565
_mesa_unpack_float_z_row(depthRb->Format, width, depthMap,
depthVals
);
570
depthVals
, stencilVals, packing);
582
free(
depthVals
);
Completed in 5095 milliseconds