Home
last modified time | relevance | path

Searched defs:szWhat (Results 1 – 5 of 5) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Shader.cpp80 void C4Shader::AddVertexSlices(const char *szWhat, const char *szText, const char *szSource, int iS… in AddVertexSlices()
85 void C4Shader::AddFragmentSlices(const char *szWhat, const char *szText, const char *szSource, int … in AddFragmentSlices()
141 void C4Shader::AddSlices(ShaderSliceList& slices, const char *szWhat, const char *szText, const cha… in AddSlices()
252 int C4Shader::ParsePosition(const char *szWhat, const char **ppPos) in ParsePosition()
346 bool C4Shader::Init(const char *szWhat, const char **szUniforms, const char **szAttributes) in Init()
613 GLuint C4Shader::Create(GLenum iShaderType, const char *szWhat, const char *szShader) in Create()
637 void C4Shader::DumpInfoLog(const char *szWhat, GLuint hShader, bool forProgram) in DumpInfoLog()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/sparser/
H A DKviIrcServerParser_ctcp.cpp1005 QString szWhat = bIsChannel ? __tr2qs("Channel CTCP") : QString("CTCP"); in echoCtcpReply() local
1048 QString szWhat = bIsChannel ? __tr2qs("Channel CTCP") : QString("CTCP"); in echoCtcpRequest() local
1154 QString szWhat = bIsChannel ? __tr2qs("Channel CTCP") : QString("CTCP"); in parseCtcpReplyPing() local
1754 QString szWhat = bPrivate ? __tr2qs("notification") : msg->szTarget; in parseCtcpReplyAvatar() local
H A DKviIrcServerParser_numericHandlers.cpp2709 QString szWhat = msg->connection()->decodeText(msg->safeParam(1)); in parseNumericNoSuchServer() local
2720 QString szWhat = msg->connection()->decodeText(msg->safeParam(1)); in parseNumericNoSuchChannel() local
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdCompiler.cpp1031 void StdCompilerINIRead::notFound(const char *szWhat) in notFound()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp1895 static void s_TellNotImplemented(XAP_Frame * pFrame, const char * szWhat, int iLine) in s_TellNotImplemented()