/external/deqp/framework/opengl/ |
D | gluTexture.hpp | 72 …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…
|
D | gluTexture.cpp | 129 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 …]
|
D | gluTextureUtil.cpp | 1071 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()
|
D | gluTextureUtil.hpp | 87 …atColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sized…
|
/external/deqp/modules/glshared/ |
D | glsShaderLibrary.cpp | 38 …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()
|
D | glsShaderConstExprTests.cpp | 77 const glu::ContextInfo& contextInfo, in createTests() argument 171 contextInfo, in createTests() 192 contextInfo, in createTests() 225 contextInfo, in createTests() 246 contextInfo, in createTests()
|
D | glsShaderLibrary.hpp | 41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
|
D | glsShaderLibraryCase.hpp | 49 const glu::ContextInfo& contextInfo,
|
D | glsShaderConstExprTests.hpp | 72 const glu::ContextInfo& contextInfo,
|
D | glsShaderLibraryCase.cpp | 715 …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/ |
D | 2008-04-15-LiveVariableBug.ll | 39 …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/ |
D | es3fASTCDecompressionCases.cpp | 200 static inline ASTCSupportLevel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu:… in getASTCSupportLevel() argument 204 const vector<string>& extensions = contextInfo.getExtensions(); in getASTCSupportLevel()
|
D | es3fTextureWrapTests.cpp | 59 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) in isASTCSupported() argument 61 const vector<string>& extensions = contextInfo.getExtensions(); in isASTCSupported()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 255 …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;
|
D | objcmt-arc-cf-annotations.m.result | 273 …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/ |
D | es31fShaderImageLoadStoreTests.cpp | 353 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/ |
D | retain-release.m | 250 …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;
|