/external/deqp/external/openglcts/modules/common/ |
D | glcParallelShaderCompileTests.cpp | 80 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local 83 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate() 84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 170 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local 173 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate() 174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 233 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local 236 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate() 237 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 319 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in iterate() local [all …]
|
/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 125 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const… 136 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con… 137 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con… 163 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con… 226 …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() 322 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube() argument 333 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube() 439 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create() argument 455 return new TextureCube(context, contextInfo, numLevels, &levels[0]); in create() [all …]
|
D | gluTextureUtil.cpp | 1107 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat) in getRenderableBitsES3() argument 1147 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float")) in getRenderableBitsES3() 1156 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") || in getRenderableBitsES3() 1157 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float")) in getRenderableBitsES3() 1186 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, … in isSizedFormatColorRenderable() argument 1191 renderable = getRenderableBitsES3(contextInfo, sizedFormat); in isSizedFormatColorRenderable()
|
D | gluTextureUtil.hpp | 88 …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,
|
/external/skia/include/private/ |
D | SkSurfaceCharacterization.h | 57 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function 79 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in SkSurfaceCharacterization() argument 86 : fContextInfo(std::move(contextInfo)) in SkSurfaceCharacterization() 100 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument 113 fContextInfo = contextInfo; in set()
|
/external/skqp/include/private/ |
D | SkSurfaceCharacterization.h | 53 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function 70 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument 80 fContextInfo = contextInfo; in set()
|
/external/skia/tests/ |
D | skbug5221.cpp | 27 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 29 contextInfo.grContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
D | ImageTest.cpp | 382 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeTextureImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument 383 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 384 sk_gpu_test::TestContext* testContext = contextInfo.testContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 386 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 453 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeNonTextureImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument 454 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 481 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SkImage_drawAbandonedGpuImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() argument 482 auto context = contextInfo.grContext(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | skbug5221.cpp | 27 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument 29 contextInfo.grContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
D | ImageTest.cpp | 381 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeTextureImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument 382 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 383 sk_gpu_test::TestContext* testContext = contextInfo.testContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 385 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 452 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_makeNonTextureImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument 453 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 480 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SkImage_drawAbandonedGpuImage, reporter, contextInfo) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() argument 481 auto context = contextInfo.grContext(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skia/bench/ |
D | nanobench.cpp | 170 ContextInfo contextInfo; member 174 this->contextInfo.testContext()->makeCurrent(); in setup() 176 this->contextInfo.testContext()->finish(); in setup() 179 if (this->contextInfo.testContext()) { in endTiming() 180 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming() 183 void fence() override { this->contextInfo.testContext()->finish(); } in fence() 186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming() 202 this->contextInfo = in init() 207 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init() 215 if (this->contextInfo.backend() == kOpenGL_GrBackend) { in fillOptions() [all …]
|
/external/skqp/bench/ |
D | nanobench.cpp | 170 ContextInfo contextInfo; member 174 this->contextInfo.testContext()->makeCurrent(); in setup() 176 this->contextInfo.testContext()->finish(); in setup() 179 if (this->contextInfo.testContext()) { in endTiming() 180 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming() 183 void fence() override { this->contextInfo.testContext()->finish(); } in fence() 186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming() 202 this->contextInfo = in init() 207 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init() 215 if (this->contextInfo.backend() == kOpenGL_GrBackend) { in fillOptions() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fMultiviewTests.cpp | 155 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in init() local 156 bool mvsupported = contextInfo.isExtensionSupported("GL_OVR_multiview"); in init() 164 …bool msaasupported = contextInfo.isExtensionSupported("GL_OVR_multiview_multisampled_render_to_tex… in init()
|
/external/swiftshader/third_party/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/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/skqp/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 57 fContext = GrContextPriv::MakeDDL(fCharacterization.contextInfo()); in init()
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 217 return data.contextInfo() && data.contextInfo()->matches(ctx) && in isCompatible()
|
/external/skqp/src/image/ |
D | SkSurface_Gpu.cpp | 188 return data.contextInfo() && data.contextInfo()->matches(ctx) && in isCompatible()
|
/external/clang/test/ARCMT/ |
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;
|