Home
last modified time | relevance | path

Searched refs:pShadersSrc (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/gfdFile/
DgfdFileShader.h127 …lename, GFDEndianSwapMode swapMode, const GFDShaders2 *pShaders, const GFDShadersSrc *pShadersSrc);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h67 …lename, GFDEndianSwapMode swapMode, const GFDShaders2 *pShaders, const GFDShadersSrc *pShadersSrc);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp2054 …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()