Home
last modified time | relevance | path

Searched refs:VertexShaderExecutor (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp567 class VertexShaderExecutor : public VertexProcessorExecutor class
570 VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
573 VertexShaderExecutor::VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& … in VertexShaderExecutor() function in deqp::gls::ShaderExecUtil::VertexShaderExecutor
1538 case glu::SHADERTYPE_VERTEX: return new VertexShaderExecutor (renderCtx, shaderSpec); in createExecutor()