Searched refs:contextInfo (Results 1 - 13 of 13) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp38 CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) argument
41 , m_contextInfo (contextInfo)
63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) argument
66 , m_contextInfo (contextInfo)
H A DglsShaderLibrary.hpp41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
H A DglsShaderConstExprTests.hpp72 const glu::ContextInfo& contextInfo,
H A DglsShaderLibraryCase.hpp49 const glu::ContextInfo& contextInfo,
H A DglsShaderConstExprTests.cpp77 const glu::ContextInfo& contextInfo,
171 contextInfo,
192 contextInfo,
225 contextInfo,
246 contextInfo,
75 createTests(tcu::TestContext& testContext, glu::RenderContext& renderContext, const glu::ContextInfo& contextInfo, const TestParams* cases, int numCases, glu::GLSLVersion version, TestShaderStage testStage) argument
H A DglsShaderLibraryCase.cpp715 ShaderLibraryCase::ShaderLibraryCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const ShaderCaseSpecification& specification)
718 , m_contextInfo (contextInfo)
/external/deqp/framework/opengl/
H A DgluTexture.hpp72 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
85 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); } argument
112 TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
123 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
124 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
150 Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
213 Texture3D (const RenderContext& context, const ContextInfo& contextInfo, in
[all...]
H A DgluTexture.cpp129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* levelFileNames) argument
269 return new Texture2D(context, contextInfo, numLevels, &levels[0]);
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]);
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
299 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
405 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames) argument
421 return new TextureCube(context, contextInfo, numLevel
427 create(const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
521 Texture2DArray(const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
637 Texture3D(const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) argument
[all...]
H A DgluTextureUtil.hpp87 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
H A DgluTextureUtil.cpp1071 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat)
1111 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float"))
1120 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") ||
1121 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float"))
1150 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat)
1155 renderable = getRenderableBitsES3(contextInfo, sizedFormat);
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp200 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu::RenderContext& renderCtx) argument
204 const vector<string>& extensions = contextInfo.getExtensions();
H A Des3fTextureWrapTests.cpp59 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) argument
61 const vector<string>& extensions = contextInfo.getExtensions();
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext) argument
355 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))

Completed in 211 milliseconds