Home
last modified time | relevance | path

Searched refs:RenderCommand (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.hpp115 struct RenderCommand struct
123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
H A DglsFragOpInteractionCase.cpp173 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 DglsInteractionTestUtil.cpp254 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 Des2fDepthStencilTests.cpp186 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 Des2fRandomFragmentOpTests.cpp317 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 Des3fDepthStencilTests.cpp186 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 Des3fRandomFragmentOpTests.cpp317 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