OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTStringFromFormattedStr
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp
562
*pReturnError =
PVRTStringFromFormattedStr
("[HEADER] redefined on line %d\n", m_psContext->pnFileLineNumber[nLine]);
574
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/HEADER] tag after [HEADER] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
588
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/TEXTURE] tag after [TEXTURE] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
602
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/TARGET] tag after [TARGET] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
611
*pReturnError =
PVRTStringFromFormattedStr
("[TEXTURES] redefined on line %d\n", m_psContext->pnFileLineNumber[nLine]);
623
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/TEXTURES] tag after [TEXTURES] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
640
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/VERTEXSHADER] tag after [VERTEXSHADER] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
657
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/FRAGMENTSHADER] tag after [FRAGMENTSHADER] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
674
*pReturnError =
PVRTStringFromFormattedStr
("Missing [/EFFECT] tag after [EFFECT] on line %d\n", m_psContext->pnFileLineNumber[nLine]);
681
*pReturnError =
PVRTStringFromFormattedStr
("'%s' unexpected on line %d\n", m_psContext->ppszEffectFile[nLine], m_psContext->pnFileLineNumber[ (…)
[
all
...]
PVRTString.h
[
all
...]
PVRTString.cpp
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp
116
*pReturnError +=
PVRTStringFromFormattedStr
("ERROR: Effect '%s' requests non-existent texture: %s\n", ParserEffect.Name.c_str(), EffectTextures[i].Name.c_str());
163
*pReturnError +=
PVRTStringFromFormattedStr
("ERROR: Cannot find texture '%s' in any TEXTURE block.\n", m_Textures[i].Name.c_str());
175
*pReturnError +=
PVRTStringFromFormattedStr
("ERROR: Failed to load texture: %s.\n", pTexDesc->FileName.c_str());
182
*pReturnError +=
PVRTStringFromFormattedStr
("ERROR: GL handle for texture '%s' not set!\n", pTexDesc->FileName.c_str());
612
*pReturnError +=
PVRTStringFromFormattedStr
("ERROR: Uniform semantic with ID '%u' already exists.\n", psUniforms[uiIndex].n);
661
*pReturnError +=
PVRTStringFromFormattedStr
("ERROR: Semantic with ID %d does not exist.", uiSemanticID);
Completed in 361 milliseconds