• Home
  • Raw
  • Download

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, deUint32 pname, int required) in checkLimit()
457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) in ShaderExecutor()
514 inline bool hasFloatRenderTargets (const glu::RenderContext& renderCtx) in hasFloatRenderTargets()
520 FragmentOutExecutor::FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in FragmentOutExecutor()
715 VertexShaderExecutor::VertexShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& … in VertexShaderExecutor()
747 GeometryShaderExecutor* GeometryShaderExecutor::create (const glu::RenderContext& renderCtx, const … in create()
756 GeometryShaderExecutor::GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in GeometryShaderExecutor()
785 FragmentShaderExecutor::FragmentShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in FragmentShaderExecutor()
870 BufferIoExecutor::BufferIoExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSp… in BufferIoExecutor()
1195 ComputeShaderExecutor::ComputeShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec… in ComputeShaderExecutor()
1257 void checkTessSupport (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, glu::Shad… in checkTessSupport()
1292 TessControlExecutor* TessControlExecutor::create (const glu::RenderContext& renderCtx, const Shader… in create()
1351 TessControlExecutor::TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in TessControlExecutor()
1412 TessEvaluationExecutor* TessEvaluationExecutor::create (const glu::RenderContext& renderCtx, const … in create()
1472 TessEvaluationExecutor::TessEvaluationExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in TessEvaluationExecutor()
1520 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, co… in createExecutor()