Searched refs:pShadersSrc (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/gfx/include/gfdFile/ |
| D | gfdFileShader.h | 127 …lename, GFDEndianSwapMode swapMode, const GFDShaders2 *pShaders, const GFDShadersSrc *pShadersSrc);
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.h | 67 …lename, GFDEndianSwapMode swapMode, const GFDShaders2 *pShaders, const GFDShadersSrc *pShadersSrc);
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileShader.cpp | 2054 …ilename, GFDEndianSwapMode swapMode, const GFDShaders2 *pShaders, const GFDShadersSrc *pShadersSrc) in GFDWriteFileShaderAsCodeWithSource() argument 2113 if ( pShadersSrc && pShadersSrc->pVertexShader ) in GFDWriteFileShaderAsCodeWithSource() 2116 char *p = strtok_s((char*)pShadersSrc->pVertexShader, "\r\n", &next_token); in GFDWriteFileShaderAsCodeWithSource() 2237 if ( pShadersSrc && pShadersSrc->pPixelShader ) in GFDWriteFileShaderAsCodeWithSource() 2240 char *p = strtok_s((char*)pShadersSrc->pPixelShader, "\r\n", &next_token); in GFDWriteFileShaderAsCodeWithSource() 2341 if ( pShadersSrc && pShadersSrc->pGeometryShader ) in GFDWriteFileShaderAsCodeWithSource() 2344 char *p = strtok_s((char*)pShadersSrc->pGeometryShader, "\r\n", &next_token); in GFDWriteFileShaderAsCodeWithSource() 2466 if ( pShadersSrc && pShadersSrc->pComputeShader ) in GFDWriteFileShaderAsCodeWithSource() 2469 char *p = strtok_s((char*)pShadersSrc->pComputeShader, "\r\n", &next_token); in GFDWriteFileShaderAsCodeWithSource()
|