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

  /development/tools/etc1tool/
etc1tool.cpp 25 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) {
337 if ((pOut = fopen(pOutput, "wb")) == NULL) {
338 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno);
348 pOutput, errno);
356 pOutput, errno);
366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) {
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
423 if ((pOut = fopen(pOutput, "wb")) == NULL) {
424 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno)
    [all...]
  /external/chromium_org/net/http/
http_auth_sspi_win.h 56 PSecBufferDesc pOutput,
99 PSecBufferDesc pOutput,
104 pInput, Reserved2, phNewContext, pOutput,
mock_sspi_library_win.cc 44 PSecBufferDesc pOutput,
48 PSecBuffer out_buffer = pOutput->pBuffers;
mock_sspi_library_win.h 43 PSecBufferDesc pOutput,

Completed in 309 milliseconds