/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 62 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext() 66 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo() 221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
|
D | vktTestPackage.cpp | 180 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
|
/external/deqp/modules/gles3/ |
D | tes3Context.cpp | 44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/modules/gles2/ |
D | tes2Context.cpp | 47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolCompilandDetails.h | 49 FORWARD_SYMBOL_METHOD(getPlatform)
|
D | IPDBRawSymbol.h | 82 virtual PDB_Cpu getPlatform() const = 0;
|
/external/deqp/framework/common/ |
D | tcuTestContext.hpp | 57 Platform& getPlatform (void) { return m_platform; } in getPlatform() function in tcu::TestContext
|
/external/deqp/android/scripts/ |
D | common.py | 49 def getPlatform (): function 56 platform = getPlatform()
|
D | debug.py | 676 args.gdbCmd = device.getGdbCommand(common.getPlatform())
|
/external/deqp/modules/egl/ |
D | teglTestCase.cpp | 49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
|
D | teglTestPackage.cpp | 169 …const eglu::NativeDisplayFactory& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform()… in getDefaultDisplayFactory()
|
D | teglResizeTests.cpp | 211 m_testCtx.getPlatform().processEvents(); in resize()
|
/external/opencv3/modules/ts/src/ |
D | ocl_test.cpp | 144 DUMP_MESSAGE_STDOUT(" Platform = "<< device.getPlatform().name()); in dumpOpenCLDevice() 145 DUMP_PROPERTY_XML("cv_ocl_current_platformName", device.getPlatform().name()); in dumpOpenCLDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 181 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects() 508 …const UniquePtr<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getV… in createSurfaceInitialSizeTest() 552 …const UniquePtr<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getV… in resizeSurfaceTest()
|
D | vktWsiSwapchainTests.cpp | 281 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 1026 if (AA->getPlatform()) { in visitFullComment() 1028 AA->getPlatform()->getName()); in visitFullComment() 1030 Distribution = AA->getPlatform()->getName(); in visitFullComment()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 74 PDB_Cpu getPlatform() const override;
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 133 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform() function
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 164 MOCK_SYMBOL_ACCESSOR(getPlatform)
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CSpinner.java | 553 private static final String WS_TYPE = SWT.getPlatform();
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 316 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomAllocFreeTestInstance()
|
D | vktMemoryMappingTests.cpp | 909 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 578 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform() function in DIARawSymbol
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 385 StringRef ActualPlatform = A->getPlatform()->getName(); in CheckAvailability()
|