OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeSource
(Results
1 - 13
of
13
) sorted by null
/external/deqp/framework/opengl/
gluShaderProgram.hpp
267
struct
ComputeSource
: public ShaderSource
269
ComputeSource
(const std::string& source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) {}
/external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp
109
return glu::ProgramSources() << glu::
ComputeSource
(tcu::StringTemplate(s_verifyDispatchTmpl).specialize(args));
242
glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::
ComputeSource
(src.str()));
es31fSSBOArrayLengthTests.cpp
96
m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::
ComputeSource
(genComputeSource()));
es31fSynchronizationTests.cpp
200
m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::
ComputeSource
(genShaderSource()));
[
all
...]
es31fBasicComputeShaderTests.cpp
624
const ShaderProgram program (m_context.getRenderContext(), ProgramSources() <<
ComputeSource
(src.str()));
694
ComputeSource
("#version 310 es\n"
705
ComputeSource
("#version 310 es\n"
[
all
...]
es31fShaderImageLoadStoreTests.cpp
884
glu::ProgramSources() << glu::
ComputeSource
("#version 310 es\n"
[
all
...]
es31fComputeShaderBuiltinVarTests.cpp
165
ProgramSources() <<
ComputeSource
(genBuiltinVarSource(m_varName, m_varType, localSize))));
es31fShaderSharedVarTests.cpp
156
m_program = new ShaderProgram(m_context.getRenderContext(), ProgramSources() <<
ComputeSource
(src.str()));
es31fShaderAtomicOpTests.cpp
172
m_program = new ShaderProgram(m_context.getRenderContext(), ProgramSources() <<
ComputeSource
(src.str()));
[
all
...]
es31fDrawTests.cpp
[
all
...]
es31fProgramInterfaceQueryTests.cpp
[
all
...]
es31fSSBOLayoutCase.cpp
[
all
...]
/external/deqp/modules/glshared/
glsShaderExecUtil.cpp
[
all
...]
Completed in 545 milliseconds