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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.h 49 struct gl_fragment_program **fpOut);
st_cb_bitmap.h 55 struct gl_fragment_program **fpOut,
st_cb_bitmap.c 210 * \param fpOut the new fragment program which does fragment culling
216 struct gl_fragment_program **fpOut,
253 *fpOut = (struct gl_fragment_program *) newProg;
st_cb_drawpixels.c 146 * \param fpOut returns the combined fragment program
151 struct gl_fragment_program **fpOut)
185 *fpOut = (struct gl_fragment_program *) newProg;
    [all...]
  /external/zlib/src/contrib/minizip/
mztools.c 39 FILE* fpOut = fopen(fileOut, "wb");
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);

Completed in 189 milliseconds