Searched refs:GeometryShaderExecutor (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 729 class GeometryShaderExecutor : public FragmentOutExecutor class 732 …static GeometryShaderExecutor* create (const glu::RenderContext& renderCtx, const ShaderSpec& … 734 ~GeometryShaderExecutor (void); 744 GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec); 747 GeometryShaderExecutor* GeometryShaderExecutor::create (const glu::RenderContext& renderCtx, const … in create() 752 return new GeometryShaderExecutor(renderCtx, shaderSpec); in create() 755 GeometryShaderExecutor::GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in GeometryShaderExecutor() function in deqp::gls::ShaderExecUtil::GeometryShaderExecutor 764 GeometryShaderExecutor::~GeometryShaderExecutor (void) in ~GeometryShaderExecutor() 1525 case glu::SHADERTYPE_GEOMETRY: return GeometryShaderExecutor::create (renderCtx, shaderSpec); in createExecutor()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1427 class GeometryShaderExecutor : public FragmentOutExecutor class 1430 …GeometryShaderExecutor (Context& context, const ShaderSpec& shaderSpec, VkDescriptorSetLayout extr… 1431 virtual ~GeometryShaderExecutor (void); 1437 GeometryShaderExecutor::GeometryShaderExecutor (Context& context, const ShaderSpec& shaderSpec, VkD… in GeometryShaderExecutor() function in vkt::shaderexecutor::__anon848681380111::GeometryShaderExecutor 1446 GeometryShaderExecutor::~GeometryShaderExecutor (void) in ~GeometryShaderExecutor() 1450 void GeometryShaderExecutor::generateSources (const ShaderSpec& shaderSpec, SourceCollections& prog… in generateSources() 3081 …case glu::SHADERTYPE_GEOMETRY: GeometryShaderExecutor::generateSources (shaderSpec, dst); brea… in generateSources() 3096 …case glu::SHADERTYPE_GEOMETRY: return new GeometryShaderExecutor (context, shaderSpec, extraRe… in createExecutor()
|