Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/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()
DglcTestPackage.cpp73 const glu::ContextInfo& contextInfo = context.getContextInfo(); in init() local
74 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
75 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
DglcPackedPixelsTests.cpp1050 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in getCanonicalFormat() local
1051 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV")) in getCanonicalFormat()
1063 if (contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in getCanonicalFormat()
1472 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in isFormatValid() local
1501 if ((contextInfo.isExtensionSupported("GL_OES_texture_float") && (GL_FLOAT == type.type)) || in isFormatValid()
1502 (contextInfo.isExtensionSupported("GL_OES_texture_half_float") && in isFormatValid()
1513 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid()
1521 if (contextInfo.isExtensionSupported("GL_NV_packed_float") && in isFormatValid()
1527 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid()
1528 contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in isFormatValid()
[all …]
/third_party/vk-gl-cts/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()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamessagebox.m36 …oid) alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo;
60 … modalDelegate:self didEndSelector:@selector(alertDidEnd:returnCode:contextInfo:) contextInfo:nil];
71 …void) alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_mac.mm31 contextInfo:(void*)contextInfo;
63 contextInfo:(void*)contextInfo {
151 didEndSelector:@selector(alertDidEnd:returnCode:contextInfo:)
152 contextInfo:this];
/third_party/flutter/skia/include/core/
DSkSurfaceCharacterization.h64 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function
100 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in SkSurfaceCharacterization() argument
112 : fContextInfo(std::move(contextInfo)) in SkSurfaceCharacterization()
127 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument
147 fContextInfo = contextInfo; in set()
/third_party/skia/include/core/
DSkSurfaceCharacterization.h89 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function
129 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in SkSurfaceCharacterization() argument
142 : fContextInfo(std::move(contextInfo)) in SkSurfaceCharacterization()
162 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set() argument
179 fContextInfo = contextInfo; in set()
/third_party/vk-gl-cts/modules/gles3/
Dtgl45es3TestPackage.cpp67 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local
68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
69 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
Dtes3TestPackage.cpp146 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local
147 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
148 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
/third_party/vk-gl-cts/modules/gles31/
Dtgl45es31TestPackage.cpp67 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local
68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
69 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
Dtgl45TestPackage.cpp67 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local
68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
69 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
Dtes31TestPackage.cpp76 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local
77 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
78 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
/third_party/skia/tests/
DSkbug12214.cpp14 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug12214, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
17 sk_sp<SkSurface> surface1 = SkSurface::MakeRenderTarget(contextInfo.directContext(), in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DSkbug5221.cpp26 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
28 contextInfo.directContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/flutter/skia/tests/
DSkbug5221.cpp25 DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
27 contextInfo.grContext(), SkBudgeted::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DGrSurfaceTest.cpp739 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleProcCacheManipulationTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
740 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
762 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleProcFlushTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
763 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
798 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleProcRerefTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
799 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
821 DEF_GPUTEST_FOR_ALL_CONTEXTS(TextureIdleStateTest, reporter, contextInfo) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() argument
822 GrContext* context = contextInfo.grContext(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
851 if (contextInfo.backend() == kVulkan_GrBackend) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/flutter/skia/bench/
Dnanobench.cpp207 ContextInfo contextInfo; member
211 this->contextInfo.testContext()->makeCurrent(); in setup()
213 this->contextInfo.testContext()->finish(); in setup()
216 if (this->contextInfo.testContext()) { in endTiming()
217 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming()
220 void fence() override { this->contextInfo.testContext()->finish(); } in fence()
223 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming()
239 this->contextInfo = in init()
244 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
252 if (this->contextInfo.backend() == GrBackendApi::kOpenGL) { in fillOptions()
[all …]
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.cpp148 const glu::ContextInfo& contextInfo = m_context->getContextInfo(); in init() local
149 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
150 std::string renderer = contextInfo.getString(GL_RENDERER); in init()
/third_party/skia/bench/
Dnanobench.cpp226 ContextInfo contextInfo; member
237 this->contextInfo.testContext()->makeCurrent(); in setup()
239 this->contextInfo.testContext()->finish(); in setup()
242 if (this->contextInfo.testContext()) { in endTiming()
243 this->contextInfo.testContext()->flushAndWaitOnSync(contextInfo.directContext()); in endTiming()
246 void fence() override { this->contextInfo.testContext()->finish(); } in fence()
249 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming()
263 this->contextInfo = in init()
268 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
276 auto context = this->contextInfo.directContext(); in dumpStats()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fMultisampledRenderToTextureTests.cpp73 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in init() local
74 if (!contextInfo.isExtensionSupported("GL_EXT_multisampled_render_to_texture")) in init()

12