Searched defs:fpOut (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dmztools.c39 FILE* fpOut = fopen(fileOut, "wb"); local
41 if (fpZip != NULL && fpOut != NULL) {
67 if (fwrite(header, 1, 30, fpOut) == 30) {
77 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
95 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
117 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
252 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
263 fclose(fpOut);
/external/zlib/src/contrib/minizip/
H A Dmztools.c39 FILE* fpOut = fopen(fileOut, "wb"); local
41 if (fpZip != NULL && fpOut != NULL) {
67 if (fwrite(header, 1, 30, fpOut) == 30) {
78 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
127 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
273 fclose(fpOut);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c210 * \param fpOut the new fragment program which does fragment culling
216 struct gl_fragment_program **fpOut,
253 *fpOut = (struct gl_fragment_program *) newProg;
214 st_make_bitmap_fragment_program(struct st_context *st, struct gl_fragment_program *fpIn, struct gl_fragment_program **fpOut, GLuint *bitmap_sampler) argument
H A Dst_cb_drawpixels.c146 * \param fpOut returns the combined fragment program
151 struct gl_fragment_program **fpOut)
185 *fpOut = (struct gl_fragment_program *) newProg;
149 st_make_drawpix_fragment_program(struct st_context *st, struct gl_fragment_program *fpIn, struct gl_fragment_program **fpOut) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c210 * \param fpOut the new fragment program which does fragment culling
216 struct gl_fragment_program **fpOut,
253 *fpOut = (struct gl_fragment_program *) newProg;
214 st_make_bitmap_fragment_program(struct st_context *st, struct gl_fragment_program *fpIn, struct gl_fragment_program **fpOut, GLuint *bitmap_sampler) argument
H A Dst_cb_drawpixels.c146 * \param fpOut returns the combined fragment program
151 struct gl_fragment_program **fpOut)
185 *fpOut = (struct gl_fragment_program *) newProg;
149 st_make_drawpix_fragment_program(struct st_context *st, struct gl_fragment_program *fpIn, struct gl_fragment_program **fpOut) argument

Completed in 244 milliseconds