OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_psSemanticDefaultDataTypeInfo
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp
168
*pError = CPVRTString("Missing '(' after ") +
c_psSemanticDefaultDataTypeInfo
[eType].pszName;
177
*pError =
c_psSemanticDefaultDataTypeInfo
[eType].pszName + CPVRTString(" missing arguments");
182
switch(
c_psSemanticDefaultDataTypeInfo
[eType].eInternalType)
210
*pError = CPVRTString("'") + pszError + "' unexpected for " +
c_psSemanticDefaultDataTypeInfo
[eType].pszName;
218
for(unsigned int i = 1; i <
c_psSemanticDefaultDataTypeInfo
[eType].nNumberDataItems; i++)
222
*pError =
c_psSemanticDefaultDataTypeInfo
[eType].pszName + CPVRTString(" missing arguments");
232
*pError = CPVRTString("'") + pszError + "' unexpected for " +
c_psSemanticDefaultDataTypeInfo
[eType].pszName;
242
*pError =
c_psSemanticDefaultDataTypeInfo
[eType].pszName + CPVRTString(" missing arguments");
247
switch(
c_psSemanticDefaultDataTypeInfo
[eType].eInternalType)
275
*pError = CPVRTString("'") + pszError + "' unexpected for " +
c_psSemanticDefaultDataTypeInfo
[eType].pszName
[
all
...]
PVRTPFXParser.h
265
const static SPVRTSemanticDefaultDataTypeInfo
c_psSemanticDefaultDataTypeInfo
[] =
Completed in 74 milliseconds