Searched refs:RenderCommand (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 115 struct RenderCommand struct 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
|
H A D | glsFragOpInteractionCase.cpp | 173 struct RenderCommand struct 179 RenderCommand (void) : depth(0.0f) {} in RenderCommand() function 217 static void computeRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int targetW, int targetH) in computeRandomRenderCommand() 305 static void render (sglr::Context& ctx, const glu::VertexArrayPointer& posPtr, const RenderCommand& cmd) 519 std::vector<RenderCommand> renderCmds (NUM_COMMANDS_PER_ITERATION); 564 for (vector<RenderCommand>::iterator cmdIter = renderCmds.begin(); cmdIter != renderCmds.end(); ++cmdIter) 601 for (vector<RenderCommand>::const_iterator cmdIter = renderCmds.begin(); cmdIter != renderCmds.end(); ++cmdIter)
|
H A D | glsInteractionTestUtil.cpp | 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCommand>& dst) 259 for (vector<RenderCommand>::iterator cmd = dst.begin(); cmd != dst.end(); cmd++)
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilTests.cpp | 186 struct RenderCommand struct 193 RenderCommand (void) in RenderCommand() function 245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands) in generateBaseClearAndDepthCommands() 296 RenderCommand renderCmd; in generateBaseClearAndDepthCommands() 312 void generateDepthVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) in generateDepthVisualizeCommands() 321 RenderCommand cmd; in generateDepthVisualizeCommands() 336 void generateStencilVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) in generateStencilVisualizeCommands() 346 RenderCommand cmd; in generateStencilVisualizeCommands() 379 void translateCommand (const RenderCommand& src, RefRenderCommand& dst, const TestRenderTarget& renderTarget) in translateCommand() 434 void render (gls::FragmentOpUtil::QuadRenderer& renderer, const RenderCommand [all...] |
H A D | es2fRandomFragmentOpTests.cpp | 317 vector<RenderCommand> commands; 333 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++) 357 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++)
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 186 struct RenderCommand struct 193 RenderCommand (void) in RenderCommand() function 245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands) in generateBaseClearAndDepthCommands() 296 RenderCommand renderCmd; in generateBaseClearAndDepthCommands() 312 void generateDepthVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) in generateDepthVisualizeCommands() 321 RenderCommand cmd; in generateDepthVisualizeCommands() 336 void generateStencilVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) in generateStencilVisualizeCommands() 346 RenderCommand cmd; in generateStencilVisualizeCommands() 379 void translateCommand (const RenderCommand& src, RefRenderCommand& dst, const TestRenderTarget& renderTarget) in translateCommand() 434 void render (gls::FragmentOpUtil::QuadRenderer& renderer, const RenderCommand [all...] |
H A D | es3fRandomFragmentOpTests.cpp | 317 vector<RenderCommand> commands; 333 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++) 357 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++)
|
Completed in 6 milliseconds