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

/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.hpp72 const glu::ContextInfo& contextInfo,
H A DglsShaderLibrary.hpp41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
H A DglsShaderConstExprTests.cpp42 const glu::ContextInfo& contextInfo,
158 contextInfo,
169 contextInfo,
192 contextInfo,
203 contextInfo,
40 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.hpp117 void checkRequirements (glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
178 const glu::ContextInfo& contextInfo,
184 const glu::ContextInfo& contextInfo,
H A DglsShaderLibrary.cpp91 ShaderParser (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* currentDir = DE_NULL);
212 ShaderParser::ShaderParser (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* currentDir) argument
215 , m_contextInfo (contextInfo)
1400 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo) argument
1403 , m_contextInfo (contextInfo)
H A DglsShaderLibraryCase.cpp124 void ShaderCase::CaseRequirement::checkRequirements (glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) argument
134 if (contextInfo.isExtensionSupported(m_extensions[ndx].c_str()))
324 ShaderCase::ShaderCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const ShaderCaseSpecification& specification)
327 , m_contextInfo (contextInfo)
367 ShaderCase::ShaderCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const PipelineCaseSpecification& specification)
370 , m_contextInfo (contextInfo)
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h141 contextInfo:(void*)contextInfo;
/external/deqp/framework/opengl/
H A DgluTexture.hpp71 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::CompressedTexture::DecompressionParams& = tcu::CompressedTexture::DecompressionParams(false));
82 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); } argument
111 TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::CompressedTexture::DecompressionParams& = tcu::CompressedTexture::DecompressionParams(false));
122 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
123 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
H A DgluTextureUtil.hpp84 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
H A DgluTexture.cpp129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::CompressedTexture::DecompressionParams& 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::CompressedTexture::DecompressionParams& decompressionParams) argument
299 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
421 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames) argument
437 return new TextureCube(context, contextInfo, numLevel
443 create(const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
[all...]
H A DgluTextureUtil.cpp922 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat)
962 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float"))
971 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") ||
972 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float"))
1001 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat)
1006 renderable = getRenderableBitsES3(contextInfo, sizedFormat);
/external/chromium_org/base/mac/
H A Dsdk_forward_declarations.h130 contextInfo:(void*)contextInfo;
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp58 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) argument
60 const vector<string>& extensions = contextInfo.getExtensions();
H A Des3fASTCDecompressionCases.cpp1587 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo)
1589 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) argument
355 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString))

Completed in 337 milliseconds