Lines Matching refs:extra
318 void* extra; in LoadDDS_FourCC() local
332 …TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, tdt, PreLoopFourC… in LoadDDS_FourCC()
339 void* extra; in LoadDDS_RGB565() local
340 …TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_8bit, TDT_RGB, PreLoopRGB565,… in LoadDDS_RGB565()
348 void* extra; in LoadDDS_RGB888() local
349 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_8bit, TDT_XRGB, in LoadDDS_RGB888()
359 void* extra = pARGB8888Struct; in LoadDDS_RGB8888() local
398 …TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_8bit, bAlpha ? TDT_ARGB : TDT… in LoadDDS_RGB8888()
434 void* extra; in LoadDDS_ABGR32F() local
435 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float32, TDT_ARGB, in LoadDDS_ABGR32F()
443 void* extra; in LoadDDS_GR32F() local
444 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float32, TDT_RG, in LoadDDS_GR32F()
453 void* extra; in LoadDDS_R32F() local
454 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float32, TDT_R, in LoadDDS_R32F()
462 void* extra; in LoadDDS_R16F() local
463 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float16, TDT_R, in LoadDDS_R16F()
472 void* extra; in LoadDDS_G16R16F() local
473 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float16, TDT_RG, in LoadDDS_G16R16F()
482 void* extra; in LoadDDS_ABGR16F() local
483 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float16, TDT_ARGB, in LoadDDS_ABGR16F()
492 void* extra; in LoadDDS_A4L4() local
493 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_RG, in LoadDDS_A4L4()
502 void* extra; in LoadDDS_A8L8() local
503 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_RG, in LoadDDS_A8L8()
512 void* extra; in LoadDDS_G8() local
513 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_XRGB, in LoadDDS_G8()
521 void* extra; in LoadDDS_AG8() local
522 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_ARGB, in LoadDDS_AG8()
530 void* extra; in LoadDDS_G16() local
531 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_XRGB, in LoadDDS_G16()
539 void* extra; in LoadDDS_A8() local
540 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_ARGB, in LoadDDS_A8()
548 void* extra; in LoadDDS_ABGR16() local
549 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_ARGB, in LoadDDS_ABGR16()
558 void* extra; in LoadDDS_G16R16() local
559 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_RG, in LoadDDS_G16R16()
568 void* extra; in LoadDDS_ARGB1555() local
569 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_1555, TDT_ARGB, in LoadDDS_ARGB1555()
577 void* extra; in LoadDDS_ARGB4444() local
578 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_4444, TDT_ARGB, in LoadDDS_ARGB4444()
586 void* extra; in LoadDDS_R16() local
587 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_R, in LoadDDS_R16()