Searched refs:pszShaderCode (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTShader.cpp26 @Input pszShaderCode shader source code
37 EPVRTError PVRTShaderLoadSourceFromMemory( const char* pszShaderCode, argument
48 while(isspace(*pszShaderCode))
49 ++pszShaderCode;
51 if(*pszShaderCode == '#')
53 const char* tmp = pszShaderCode + 1;
60 const char* c = strchr(pszShaderCode, '\n');
64 size_t length = c - pszShaderCode + 1;
65 pszShaderString = CPVRTString(pszShaderCode, length);
66 pszShaderCode
[all...]
H A DPVRTShader.h25 @param[in] pszShaderCode shader source code
33 EPVRTError PVRTShaderLoadSourceFromMemory( const char* pszShaderCode,

Completed in 126 milliseconds