Searched refs:GSH2Handle (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/include/ |
| D | shaderUtils.h | 125 typedef void* GSH2Handle; typedef 350 GSH2_DECLSPEC GSH2Handle GSH2API GSH2Initialize(GSH2Setup* pSetup); 363 GSH2_DECLSPEC GX2Boolean GSH2API GSH2Destroy(GSH2Handle h); 375 GSH2_DECLSPEC GX2Boolean GSH2API GSH2CompileProgram(GSH2Handle h, GSH2CompileSetup *pSetup, GSH2Com… 387 GSH2_DECLSPEC GX2Boolean GSH2API GSH2CompileProgram2(GSH2Handle h, GSH2CompileSetup2 *pSetup, GSH2C… 399 GSH2_DECLSPEC GX2Boolean GSH2API GSH2CompileProgram3(GSH2Handle h, GSH2CompileSetup3 *pSetup, GSH2C… 408 GSH2_DECLSPEC GX2Boolean GSH2API GSH2DestroyGX2Program(GSH2Handle h, GSH2GX2Program* pGx2Program); 417 GSH2_DECLSPEC GX2Boolean GSH2API GSH2DestroyGX2Program3(GSH2Handle h, GSH2GX2Program3* pGx2Program);
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.h | 43 typedef GSH2Handle (*PGSH2Initialize)(GSH2Setup * pSetup); 44 typedef GX2Boolean (*PGSH2Destroy)(GSH2Handle h); 45 typedef GX2Boolean (*PGSH2CompileProgram)(GSH2Handle h, GSH2CompileSetup *pSetup, GSH2CompileOutput… 46 typedef GX2Boolean (*PGSH2CompileProgram3)(GSH2Handle h, GSH2CompileSetup3 *pSetup, GSH2CompileOutp… 47 typedef GX2Boolean (*PGSH2DestroyGX2Program3)(GSH2Handle h, GSH2GX2Program3* pGx2Program);
|
| D | gshCompile.cpp | 1094 GSH2Handle hShaderUtils = NULL; in main()
|