Searched refs:ShaderExecutor (Results 1 – 11 of 11) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.hpp | 70 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…
|
D | glsShaderExecUtil.cpp | 399 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()
|
D | glsBuiltinPrecisionTests.cpp | 4511 UniquePtr<ShaderExecutor> executor (createExecutor(getRenderContext(), in testStatement()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 165 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor() 203 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in verifyInShaderType()
|
D | es31fOpaqueTypeIndexingTests.cpp | 66 typedef de::UniquePtr<ShaderExecutor> ShaderExecutorPtr;
|
D | es31fShaderIntegerFunctionTests.cpp | 186 ShaderExecutor* m_executor;
|
D | es31fShaderPackingFunctionTests.cpp | 81 ShaderExecutor* m_executor;
|
D | es31fShaderCommonFunctionTests.cpp | 261 ShaderExecutor* m_executor;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor() 131 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in iterate()
|
D | es3fShaderPackingFunctionTests.cpp | 81 ShaderExecutor* m_executor;
|
D | es3fShaderCommonFunctionTests.cpp | 188 ShaderExecutor* m_executor;
|