Home | History | Annotate | Download | only in functional

Lines Matching defs:renderCtx

526 		const RenderContext&	renderCtx		= m_context.getRenderContext();
527 const glw::Functions& gl = renderCtx.getFunctions();
529 TextureVector textures (renderCtx, numSamplers);
861 const RenderContext& renderCtx = m_context.getRenderContext();
862 const glw::Functions& gl = renderCtx.getFunctions();
864 const BufferVector buffers (renderCtx, numInstances);
866 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));
1070 const RenderContext& renderCtx = m_context.getRenderContext();
1071 const glw::Functions& gl = renderCtx.getFunctions();
1072 const Buffer counterBuffer (renderCtx);
1087 const BufferVector buffers (renderCtx, m_numCounters);
1088 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));