Home
last modified time | relevance | path

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

12

/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp80 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/
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
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…
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()
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 …]
DgluTextureUtil.cpp1107 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()
DgluTextureUtil.hpp88 …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,
/external/skia/include/private/
DSkSurfaceCharacterization.h57 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/
DSkSurfaceCharacterization.h53 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/
Dskbug5221.cpp27 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()
DImageTest.cpp382 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/
Dskbug5221.cpp27 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()
DImageTest.cpp381 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/
Dnanobench.cpp170 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/
Dnanobench.cpp170 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/
Des3fMultiviewTests.cpp155 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/
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/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/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp57 fContext = GrContextPriv::MakeDDL(fCharacterization.contextInfo()); in init()
/external/skia/src/image/
DSkSurface_Gpu.cpp217 return data.contextInfo() && data.contextInfo()->matches(ctx) && in isCompatible()
/external/skqp/src/image/
DSkSurface_Gpu.cpp188 return data.contextInfo() && data.contextInfo()->matches(ctx) && in isCompatible()
/external/clang/test/ARCMT/
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;

12