Home
last modified time | relevance | path

Searched refs:contextInfo (Results 1 – 17 of 17) sorted by relevance

/external/deqp/framework/opengl/
DgluTexture.hpp72 …Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const t…
83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
85 …ntext, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return… in create() argument
112 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
123 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
124 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
150 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con…
213 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
DgluTexture.cpp129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D() argument
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D()
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create() argument
269 return new Texture2D(context, contextInfo, numLevels, &levels[0]); in create()
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create() argument
283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]); in create()
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube() argument
299 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube()
405 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create() argument
421 return new TextureCube(context, contextInfo, numLevels, &levels[0]); in create()
[all …]
DgluTextureUtil.cpp1071 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat) in getRenderableBitsES3() argument
1111 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float")) in getRenderableBitsES3()
1120 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") || in getRenderableBitsES3()
1121 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float")) in getRenderableBitsES3()
1150 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, … in isSizedFormatColorRenderable() argument
1155 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
DgluTextureUtil.hpp87 …atColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sized…
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp38 …ory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in CaseFactory() argument
41 , m_contextInfo (contextInfo) in CaseFactory()
63 …ary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary() argument
66 , m_contextInfo (contextInfo) in ShaderLibrary()
DglsShaderConstExprTests.cpp77 const glu::ContextInfo& contextInfo, in createTests() argument
171 contextInfo, in createTests()
192 contextInfo, in createTests()
225 contextInfo, in createTests()
246 contextInfo, in createTests()
DglsShaderLibrary.hpp41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
DglsShaderLibraryCase.hpp49 const glu::ContextInfo& contextInfo,
DglsShaderConstExprTests.hpp72 const glu::ContextInfo& contextInfo,
DglsShaderLibraryCase.cpp715 …estContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* na… in ShaderLibraryCase() argument
718 , m_contextInfo (contextInfo) in ShaderLibraryCase()
/external/llvm/test/CodeGen/X86/
D2008-04-15-LiveVariableBug.ll39 …ject*, %struct.objc_selector*, i8*)* @"-[AA BB:optionIndex:delegate:CC:contextInfo:]" to i8*) ], s…
41 define void @"-[AA BB:optionIndex:delegate:CC:contextInfo:]"(%struct.AA* %self, %struct._message_re…
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp200 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu:… in getASTCSupportLevel() argument
204 const vector<string>& extensions = contextInfo.getExtensions(); in getASTCSupportLevel()
Des3fTextureWrapTests.cpp59 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) in isASTCSupported() argument
61 const vector<string>& extensions = contextInfo.getExtensions(); in isASTCSupported()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m255 …modalDelegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo;
1798 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1810 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1811 contextInfo:(void *)inputS]; // no - warning
1813 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
1815 id contextObject = (id)contextInfo;
Dobjcmt-arc-cf-annotations.m.result273 …modalDelegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo;
1846 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1858 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1859 contextInfo:(void *)inputS]; // no - warning
1861 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
1863 id contextObject = (id)contextInfo;
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType typ… in checkTextureTypeExtensions() argument
355 …if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::co… in checkTextureTypeExtensions()
/external/clang/test/Analysis/
Dretain-release.m250 …modalDelegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo;
1793 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
1805 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
1806 contextInfo:(void *)inputS]; // no - warning
1808 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
1810 id contextObject = (id)contextInfo;