HomeSort by relevance Sort by last modified time
    Searched refs:depthRow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 83 GLfloat *depthRow = (GLfloat *) malloc(width * sizeof(GLfloat));
85 if (!depthRow) {
105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
106 _mesa_pack_depth_span(ctx, width, dest, type, depthRow, &ctx->Pack);
117 free(depthRow);
  /external/mesa3d/src/mesa/main/
texgetimage.c 83 GLfloat *depthRow = (GLfloat *) malloc(width * sizeof(GLfloat));
85 if (!depthRow) {
105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
106 _mesa_pack_depth_span(ctx, width, dest, type, depthRow, &ctx->Pack);
117 free(depthRow);

Completed in 68 milliseconds