Searched defs:GeometryShader (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations) function in class:rr::GeometryShader
H A DrrShaders.hpp171 class GeometryShader class in namespace:rr
174 GeometryShader (size_t numVaryingInputs,
/external/deqp/external/openglcts/modules/common/
H A DglcTestSubcase.cpp92 std::string SubcaseBase::GeometryShader() function in class:deqp::SubcaseBase
179 string gsh = GeometryShader();
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp2114 virtual std::string GeometryShader() function in class:gl4cts::__anon4140::SubroutinesBase
2258 GeometryShader().c_str(), FragmentShader().c_str(), false);
2286 GeometryShader().c_str(), FragmentShader().c_str(), false);
2349 GeometryShader().c_str(), FragmentShader().c_str(), false);
2410 GeometryShader().c_str(), FragmentShader().c_str(), false);
2471 GeometryShader().c_str(), FragmentShader().c_str(), false);
H A Dgl4cTextureGatherTests.cpp3212 virtual std::string GeometryShader() function in class:gl4cts::__anon4156::GatherGeometryShader
3284 program = CreateProgram(VertexShader().c_str(), NULL, NULL, GeometryShader().c_str(), FragmentShader().c_str());

Completed in 236 milliseconds