/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLDevice.h | 38 Platform &getPlatform() noexcept; 39 const Platform &getPlatform() const noexcept; 71 inline Platform &Device::getPlatform() noexcept 76 inline const Platform &Device::getPlatform() const noexcept
|
H A D | validationCL.cpp | 703 if (!Device::IsValid(*devices) || &(*devices)->cast<Device>().getPlatform() != platform) in ValidateCreateContext() 836 if (!ValidateMemoryFlags(flags, ctx.getPlatform())) in ValidateCreateBuffer() 893 if (!ValidateMemoryFlags(flags, ctx.getPlatform()) || !Image::IsTypeValid(image_type)) in ValidateGetSupportedImageFormats() 919 const cl_version version = memobj->cast<Memory>().getContext().getPlatform().getVersion(); in ValidateGetMemObjectInfo() 955 const cl_version version = image->cast<Image>().getContext().getPlatform().getVersion(); in ValidateGetImageInfo() 999 const cl_version version = sampler->cast<Sampler>().getContext().getPlatform().getVersion(); in ValidateGetSamplerInfo() 1160 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramInfo() 1205 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramBuildInfo() 1380 kernel->cast<Kernel>().getProgram().getContext().getPlatform().getVersion(); in ValidateGetKernelInfo() 1437 const cl_version version = krnl.getProgram().getContext().getPlatform() in ValidateGetKernelWorkGroupInfo() [all...] |
H A D | CLContext.h | 118 const Platform &getPlatform() const noexcept; 166 context->cast<Context>().getPlatform().isVersionOrNewer(major, minor); in IsValidAndVersionOrNewer() 169 inline const Platform &Context::getPlatform() const noexcept
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tes31Context_override.cpp | 59 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext() 62 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3, 1)); in createRenderContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLKernelCL.cpp | 177 (ctx.getPlatform().isVersionOrNewer(1u, 2u) && in createInfo() 189 if ((ctx.getPlatform().isVersionOrNewer(1u, 2u) && in createInfo() 210 if (ctx.getPlatform().isVersionOrNewer(1u, 2u)) in createInfo()
|
H A D | CLContextCL.cpp | 57 const cl::DevicePtrs &platformDevices = mContext.getPlatform().getDevices(); in getDevices() 139 if (mContext.getPlatform().isVersionOrNewer(1u, 2u)) in createImage() 199 const CLPlatformImpl::Info &info = mContext.getPlatform().getInfo(); in getSupportedImageFormats() 224 if (!mContext.getPlatform().isVersionOrNewer(2u, 0u)) in createSampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktInfoTests.cpp | 149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo() 222 context.getTestContext().getPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolCompilandDetails.h | 45 FORWARD_SYMBOL_METHOD(getPlatform)
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tes3Context.cpp | 45 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in Context()
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2Context.cpp | 47 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(2,0)); in Context()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktInfoTests.cpp | 155 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo() 230 context.getTestContext().getPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tes31Context.cpp | 64 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcContext.cpp | 65 m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), renderCfg); in createRenderContext()
|
H A D | glcNoErrorTests.cpp | 81 RenderContext* noErrorContext = createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in verifyNoErrorContext()
|
H A D | glcConfigListCase.cpp | 127 getDefaultConfigList(m_testCtx.getPlatform(), m_ctxType, configs); in iterate()
|
H A D | glcContextFlagsTests.cpp | 71 m_caseContext = glu::createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createContext()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestContext.hpp | 59 Platform& getPlatform (void) { return m_platform; } in getPlatform() function in tcu::TestContext
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cContextFlushControlTests.cpp | 200 glu::Platform& platform = dynamic_cast<glu::Platform&>(m_context.getTestContext().getPlatform()); in createNoFlushContext() 243 glu::Platform& platform = dynamic_cast<glu::Platform&>(m_context.getTestContext().getPlatform()); in iterate() 472 glu::Platform& platform = dynamic_cast<glu::Platform&>(m_test_context.getTestContext().getPlatform()); in createContext()
|
/third_party/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 249 angle::GetDisplayPlatformFunc getPlatform = reinterpret_cast<angle::GetDisplayPlatformFunc>( in ANGLEGLContext() local 251 if (getPlatform) { in ANGLEGLContext() 257 if (getPlatform(fDisplay, angle::g_PlatformMethodNames, angle::g_NumPlatformMethods, in ANGLEGLContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktNativeObjectsUtil.cpp | 79 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktNativeObjectsUtil.cpp | 79 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglTestCase.cpp | 49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
|
H A D | teglTestPackage.cpp | 180 const eglu::NativeDisplayFactory& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine()); in getDefaultDisplayFactory()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.h | 112 const EGLPlatformParameters &getPlatform() const { return mPlatform; } in getPlatform() function in GLWindowBase
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.cpp | 41 if (display->getPlatform() == EGL_PLATFORM_ANGLE_ANGLE) in CreateRendererD3D() 113 else if (display->getPlatform() == EGL_PLATFORM_DEVICE_EXT) in CreateRendererD3D()
|