Home | History | Annotate | Download | only in functional

Lines Matching refs:RenderContext

56 using glu::RenderContext;
353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext)
355 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
359 static inline string textureTypeExtensionShaderRequires (TextureType type, const RenderContext& renderContext)
361 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)) && (type == TEXTURETYPE_BUFFER))
369 static inline string imageAtomicExtensionShaderRequires (const RenderContext& renderContext)
371 if (!glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
821 static bool readIntegerTextureViaFBOAndVerify (const RenderContext& renderCtx,
878 static bool readFloatOrNormTextureWithLookupsAndVerify (const RenderContext& renderCtx,
1030 static bool readBufferTextureWithMappingAndVerify (const RenderContext& renderCtx,
1053 static bool readTextureAndVerify (const RenderContext& renderCtx,
1132 const RenderContext& renderCtx = m_context.getRenderContext();
1351 const RenderContext& renderCtx = m_context.getRenderContext();
1927 const RenderContext& renderCtx = m_context.getRenderContext();
2328 const RenderContext& renderCtx = m_context.getRenderContext();
2548 const RenderContext& renderCtx = m_context.getRenderContext();
2773 const RenderContext& renderCtx = m_context.getRenderContext();
2949 const RenderContext& renderCtx = m_context.getRenderContext();