OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineStream
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderSwitchTests.cpp
89
static tcu::TestCase* makeSwitchCase (Context& context, const char* name, const char* desc, SwitchType type, bool isVertex, const
LineStream
& switchBody)
156
static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const
LineStream
& switchBody)
186
LineStream
(1)
196
LineStream
(1)
207
LineStream
(1)
217
LineStream
(1)
227
LineStream
(1)
237
LineStream
(1)
248
LineStream
(1)
259
LineStream
(1
[
all
...]
es3fShaderStructTests.cpp
118
static ShaderStructCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, bool usesTextures, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const
LineStream
& shaderSrc)
194
LineStream
()
216
LineStream
()
243
LineStream
()
269
LineStream
()
297
LineStream
()
323
LineStream
()
349
LineStream
()
413
LineStream
()
477
LineStream
()
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderSwitchTests.cpp
106
static de::MovePtr<ShaderSwitchCase> makeSwitchCase (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVertex, const
LineStream
& switchBody)
186
void makeSwitchCases (const string& name, const string& desc, const
LineStream
& switchBody);
198
void ShaderSwitchTests::makeSwitchCases (const string& name, const string& desc, const
LineStream
& switchBody)
219
LineStream
(1)
229
LineStream
(1)
240
LineStream
(1)
250
LineStream
(1)
260
LineStream
(1)
270
LineStream
(1)
281
LineStream
(1
[
all
...]
vktShaderRenderStructTests.cpp
74
static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool isVertexCase, ShaderEvalFunc evalFunc, UniformSetupFunc uniformFunc, const
LineStream
& shaderSrc)
157
LineStream
()
182
LineStream
()
213
LineStream
()
242
LineStream
()
275
LineStream
()
306
LineStream
()
337
LineStream
()
412
LineStream
()
487
LineStream
()
[
all
...]
vktShaderRender.hpp
47
class
LineStream
50
LineStream
(int indent = 0) { m_indent = indent; }
51
~
LineStream
(void) {}
54
LineStream
& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line << "\n"; return *this; }
/external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp
151
static ShaderStructCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, deUint32 flags, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const
LineStream
& shaderSrc)
220
LineStream
()
242
LineStream
()
269
LineStream
()
295
LineStream
()
323
LineStream
()
349
LineStream
()
375
LineStream
()
439
LineStream
()
503
LineStream
()
[
all
...]
es2fShaderAlgorithmTests.cpp
73
static ShaderAlgorithmCase* createExpressionCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc,
LineStream
& shaderBody)
163
LineStream
(1)
211
LineStream
(1)
267
LineStream
(1)
/external/deqp/modules/glshared/
glsShaderRenderCase.hpp
53
//
LineStream
\todo [2011-10-17 pyry] Move to proper place!
55
class
LineStream
58
LineStream
(int indent = 0) { m_indent = indent; }
59
~
LineStream
(void) {}
62
LineStream
& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line << "\n"; return *this; }
Completed in 319 milliseconds