Searched refs:fragSource (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp51 ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc);
55 ShaderSwitchCase::ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc) argument
59 m_fragShaderSource = fragSource;
H A Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) argument
419 fragSource = frag.str();
424 std::string vertSource, fragSource; local
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);
430 << glu::FragmentSource(fragSource)
H A Des3fShaderApiTests.cpp460 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); local
471 glShaderSource(fragShader, 1, &fragSource, 0);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp59 const string& fragSource,
70 const string& fragSource,
76 m_fragShaderSource = fragSource;
65 ShaderSwitchCase(tcu::TestContext& testCtx, const string& name, const string& description, bool isVertexCase, const string& vtxSource, const string& fragSource, ShaderEvalFunc evalFunc, UniformSetupFunc setupUniformsFunc) argument
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp686 void setSources (const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource) argument
729 const char* const fragSourceCstr = fragSource.c_str();
732 m_fragSource = fragSource;
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp406 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); local
417 glShaderSource(fragShader, 1, &fragSource, 0);
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1300 std::ostringstream fragSource;
1335 fragSource << glslVersionDecl + "\n"
1347 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vtxSource) << glu::FragmentSource(fragSource.str()));
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 3454 milliseconds