Lines Matching defs:renderCtx
53 static bool isExtensionSupported(const glu::RenderContext &renderCtx, const std::string &extension) in isExtensionSupported()
71 static void checkExtension(const glu::RenderContext &renderCtx, const std::string &extension) in checkExtension()
77 static void checkLimit(const glu::RenderContext &renderCtx, uint32_t pname, int required) in checkLimit()
484 ShaderExecutor::ShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &shaderSpec) in ShaderExecutor()
541 inline bool hasFloatRenderTargets(const glu::RenderContext &renderCtx) in hasFloatRenderTargets()
547 FragmentOutExecutor::FragmentOutExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &sha… in FragmentOutExecutor()
755 VertexShaderExecutor::VertexShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &s… in VertexShaderExecutor()
798 GeometryShaderExecutor *GeometryShaderExecutor::create(const glu::RenderContext &renderCtx, in create()
808 GeometryShaderExecutor::GeometryShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpe… in GeometryShaderExecutor()
848 FragmentShaderExecutor::FragmentShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpe… in FragmentShaderExecutor()
965 BufferIoExecutor::BufferIoExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &shaderSpe… in BufferIoExecutor()
1297 ComputeShaderExecutor::ComputeShaderExecutor(const glu::RenderContext &renderCtx, const ShaderSpec … in ComputeShaderExecutor()
1361 void checkTessSupport(const glu::RenderContext &renderCtx, const ShaderSpec &shaderSpec, glu::Shade… in checkTessSupport()
1395 TessControlExecutor *TessControlExecutor::create(const glu::RenderContext &renderCtx, const ShaderS… in create()
1454 TessControlExecutor::TessControlExecutor(const glu::RenderContext &renderCtx, const ShaderSpec &sha… in TessControlExecutor()
1515 TessEvaluationExecutor *TessEvaluationExecutor::create(const glu::RenderContext &renderCtx, in create()
1576 TessEvaluationExecutor::TessEvaluationExecutor(const glu::RenderContext &renderCtx, const ShaderSpe… in TessEvaluationExecutor()
1625 ShaderExecutor *createExecutor(const glu::RenderContext &renderCtx, glu::ShaderType shaderType, in createExecutor()