Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.hpp70 class ShaderExecutor class
73 virtual ~ShaderExecutor (void);
91 ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log… in operator <<()
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(… in operator <<()
102 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, co…
DglsShaderExecUtil.cpp399 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) in ShaderExecutor() function in deqp::gls::ShaderExecUtil::ShaderExecutor
406 ShaderExecutor::~ShaderExecutor (void) in ~ShaderExecutor()
410 void ShaderExecutor::useProgram (void) in useProgram()
418 class VertexProcessorExecutor : public ShaderExecutor
462 : ShaderExecutor (renderCtx, shaderSpec) in VertexProcessorExecutor()
609 class FragmentShaderExecutor : public ShaderExecutor
656 : ShaderExecutor (renderCtx, shaderSpec) in FragmentShaderExecutor()
854 class BufferIoExecutor : public ShaderExecutor
912 : ShaderExecutor (renderCtx, shaderSpec) in BufferIoExecutor()
1534 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, co… in createExecutor()
DglsBuiltinPrecisionTests.cpp4511 UniquePtr<ShaderExecutor> executor (createExecutor(getRenderContext(), in testStatement()
/external/deqp/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp165 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor()
203 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in verifyInShaderType()
Des31fOpaqueTypeIndexingTests.cpp66 typedef de::UniquePtr<ShaderExecutor> ShaderExecutorPtr;
Des31fShaderIntegerFunctionTests.cpp186 ShaderExecutor* m_executor;
Des31fShaderPackingFunctionTests.cpp81 ShaderExecutor* m_executor;
Des31fShaderCommonFunctionTests.cpp261 ShaderExecutor* m_executor;
/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor()
131 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in iterate()
Des3fShaderPackingFunctionTests.cpp81 ShaderExecutor* m_executor;
Des3fShaderCommonFunctionTests.cpp188 ShaderExecutor* m_executor;