Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTShader.cpp44 CPVRTString pszShaderString; in PVRTShaderLoadSourceFromMemory() local
65 pszShaderString = CPVRTString(pszShaderCode, length); in PVRTShaderLoadSourceFromMemory()
70 pszShaderString = CPVRTString(pszShaderCode) + "\n"; in PVRTShaderLoadSourceFromMemory()
78 pszShaderString += "#define "; in PVRTShaderLoadSourceFromMemory()
79 pszShaderString += aszDefineArray[i]; in PVRTShaderLoadSourceFromMemory()
80 pszShaderString += "\n"; in PVRTShaderLoadSourceFromMemory()
85 pszShaderString += pszShaderCode; in PVRTShaderLoadSourceFromMemory()
89 const char* pszString(pszShaderString.c_str()); in PVRTShaderLoadSourceFromMemory()