HomeSort by relevance Sort by last modified time
    Searched refs:DE_NULL (Results 1 - 25 of 716) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/execserver/
xsTestProcess.hpp 44 virtual void start (const char* name, const char* params, const char* workingDir, const char* caseList) = DE_NULL;
45 virtual void terminate (void) = DE_NULL;
46 virtual void cleanup (void) = DE_NULL;
48 virtual bool isRunning (void) = DE_NULL;
49 virtual int getExitCode (void) const = DE_NULL;
51 virtual int readTestLog (deUint8* dst, int numBytes) = DE_NULL;
52 virtual int readInfoLog (deUint8* dst, int numBytes) = DE_NULL;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 46 virtual int getWidth (void) const = DE_NULL;
47 virtual int getHeight (void) const = DE_NULL;
49 virtual void activeTexture (deUint32 texture) = DE_NULL;
50 virtual void viewport (int x, int y, int width, int height) = DE_NULL;
52 virtual void bindTexture (deUint32 target, deUint32 texture) = DE_NULL;
53 virtual void genTextures (int numTextures, deUint32* textures) = DE_NULL;
54 virtual void deleteTextures (int numTextures, const deUint32* textures) = DE_NULL;
56 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer) = DE_NULL;
57 virtual void genFramebuffers (int numFramebuffers, deUint32* framebuffers) = DE_NULL;
58 virtual void deleteFramebuffers (int numFramebuffers, const deUint32* framebuffers) = DE_NULL;
    [all...]
  /external/deqp/executor/
xeCommLink.hpp 56 virtual void reset (void) = DE_NULL;
57 virtual CommLinkState getState (void) const = DE_NULL;
58 virtual CommLinkState getState (std::string& error) const = DE_NULL;
60 virtual void setCallbacks (StateChangedFunc stateChangedCallback, LogDataFunc testLogDataCallback, LogDataFunc infoLogDataCallback, void* userPtr) = DE_NULL;
62 virtual void startTestProcess (const char* name, const char* params, const char* workingDir, const char* caseList) = DE_NULL;
63 virtual void stopTestProcess (void) = DE_NULL;
xeTestLogParser.hpp 44 virtual void setSessionInfo (const SessionInfo& sessionInfo) = DE_NULL;
46 virtual TestCaseResultPtr startTestCaseResult (const char* casePath) = DE_NULL;
47 virtual void testCaseResultUpdated (const TestCaseResultPtr& resultData) = DE_NULL;
48 virtual void testCaseResultComplete (const TestCaseResultPtr& resultData) = DE_NULL;
xeCommLink.cpp 41 return DE_NULL;
  /external/deqp/framework/randomshaders/
rsgGeneratorState.cpp 34 , m_shaderParams (DE_NULL)
35 , m_shader (DE_NULL)
36 , m_varManager (DE_NULL)
37 , m_statementStack (DE_NULL)
rsgPrettyPrinter.cpp 32 DE_NULL, // IDENTIFIER,
81 DE_NULL, // FLOAT_LITERAL,
82 DE_NULL, // INT_LITERAL,
83 DE_NULL, // BOOL_LITERAL,
112 DE_NULL, // INDENT_INC,
113 DE_NULL, // INDENT_DEC,
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.inl 4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
5 Move<VkDevice> createDevice (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
7 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
8 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
9 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
10 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
11 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
13 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
    [all...]
vkRefUtil.hpp 38 const VkAllocationCallbacks* pAllocator = DE_NULL);
43 const VkAllocationCallbacks* pAllocator = DE_NULL);
50 const VkAllocationCallbacks* pAllocator = DE_NULL);
55 const VkAllocationCallbacks* pAllocator = DE_NULL);
61 const VkAllocationCallbacks* pAllocator = DE_NULL);
71 const VkAllocationCallbacks* pAllocateInfo = DE_NULL);
vkDeviceUtil.cpp 51 DE_NULL,
61 DE_NULL,
65 layerNamePtrs.empty() ? DE_NULL : &layerNamePtrs[0],
67 extensionNamePtrs.empty() ? DE_NULL : &extensionNamePtrs[0],
81 return createDefaultInstance(vkPlatform, vector<string>(), vector<string>(), DE_NULL);
  /external/deqp/modules/gles2/
tes2Context.cpp 42 , m_renderCtx (DE_NULL)
43 , m_contextInfo (DE_NULL)
55 glw::setCurrentThreadFunctions(DE_NULL);
67 glw::setCurrentThreadFunctions(DE_NULL);
  /external/deqp/modules/gles3/
tes3Context.cpp 39 , m_renderCtx (DE_NULL)
40 , m_contextInfo (DE_NULL)
52 glw::setCurrentThreadFunctions(DE_NULL);
64 glw::setCurrentThreadFunctions(DE_NULL);
  /external/deqp/framework/egl/
egluStrUtil.inl 13 default: return DE_NULL;
24 default: return DE_NULL;
35 default: return DE_NULL;
58 default: return DE_NULL;
70 default: return DE_NULL;
108 default: return DE_NULL;
132 default: return DE_NULL;
148 default: return DE_NULL;
159 default: return DE_NULL;
169 default: return DE_NULL;
    [all...]
egluNativeWindow.cpp 41 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
47 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
53 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
60 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, __FILE__, __LINE__);
66 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window on the screen", DE_NULL, __FILE__, __LINE__);
72 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__);
79 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __FILE__, __LINE__);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 44 DE_ASSERT(m_vertexShaderModule.get() == DE_NULL);
50 DE_ASSERT(m_tessControlShaderModule.get() == DE_NULL);
56 DE_ASSERT(m_tessEvaluationShaderModule.get() == DE_NULL);
62 DE_ASSERT(m_geometryShaderModule.get() == DE_NULL);
68 DE_ASSERT(m_fragmentShaderModule.get() == DE_NULL);
81 DE_NULL, // const void* pNext;
118 DE_NULL, // const void* pNext;
130 DE_NULL, // const void* pNext;
139 DE_NULL, // const void* pNext;
157 DE_NULL, // const void* pNext
    [all...]
vktPipelineMakeUtil.cpp 64 DE_NULL, // const void* pNext;
70 DE_NULL, // const deUint32* pQueueFamilyIndices;
84 DE_NULL, // const void* pNext;
106 DE_NULL, // const void* pNext;
132 DE_NULL, // const void* pNext;
146 DE_NULL, // const void* pNext;
149 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts;
151 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
163 DE_NULL, // const void* pNext;
168 DE_NULL, // const VkPushConstantRange* pPushConstantRanges
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 51 DE_NULL,
57 if (VK_SUCCESS != vk.createEvent(device, &eventInfo, DE_NULL, &event))
60 ptrEvent = Move<VkEvent>(check<VkEvent>(event), Deleter<VkEvent>(vk, device, DE_NULL));
91 DE_NULL, // const void* pNext;
93 DE_NULL, // const VkSemaphore* pWaitSemaphores;
94 DE_NULL, // const VkPipelineStageFlags* pWaitDstStageMask;
98 DE_NULL, // const VkSemaphore* pSignalSemaphores;
106 VK_CHECK(vk.queueSubmit(queue, 1u, &submitInfo, DE_NULL));
116 VK_CHECK(vk.queueSubmit(queue, 1u, &submitInfo, DE_NULL));
137 DE_NULL, // const void* pNext
    [all...]
vktSynchronizationUtil.cpp 40 DE_NULL, // const void* pNext;
46 DE_NULL, // const deUint32* pQueueFamilyIndices;
57 DE_NULL, // const void* pNext;
73 DE_NULL, // const void* pNext;
95 DE_NULL, // const void* pNext;
113 DE_NULL, // const void* pNext;
129 DE_NULL, // const void* pNext;
144 DE_NULL, // const void* pNext;
149 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
160 DE_NULL, // const void* pNext
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 71 DE_NULL, // pNext
351 DE_NULL, // pNext
368 DE_NULL, // pNext
384 DE_NULL, // pNext
427 DE_NULL, // pInputAttachments
430 DE_NULL, // pResolveAttachments
431 DE_NULL, // depthStencilAttachment
433 DE_NULL, // pPreserveAttachments
438 DE_NULL, // pNext
445 DE_NULL, // pDependencie
    [all...]
vktApiDeviceInitializationTests.cpp 62 const char* appNames[] = { "appName", DE_NULL, "", "app, name", "app(\"name\"", "app~!@#$%^&*()_+name", "app\nName", "app\r\nName" };
63 const char* engineNames[] = { "engineName", DE_NULL, "", "engine. name", "engine\"(name)", "eng~!@#$%^&*()_+name", "engine\nName", "engine\r\nName" };
76 DE_NULL, // const void* pNext;
93 DE_NULL, // const void* pNext;
110 DE_NULL, // const void* pNext;
127 DE_NULL, // const void* pNext;
143 DE_NULL, // const void* pNext;
159 DE_NULL, // const void* pNext;
177 DE_NULL, // const void* pNext;
181 DE_NULL, // const char*const* ppEnabledLayernames
    [all...]
vktApiCommandBuffersTests.cpp 96 DE_NULL, // const void* pNext;
188 DE_NULL, // const VkAttachmentReference* pInputAttachments;
191 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
192 DE_NULL, // const VkAttachmentReference* depthStencilAttachment;
194 DE_NULL, // const VkAttachmentReference* pPreserveAttachments;
201 DE_NULL, // const void* pNext;
208 DE_NULL, // const VkSubpassDependency* pDependencies;
211 m_renderPass = createRenderPass(m_vkd, m_device, &renderPassCreateInfo, DE_NULL);
218 DE_NULL, // const void* pNext;
236 m_colorImage = createImage(m_vkd, m_device, &imageCreateInfo, DE_NULL);
    [all...]
  /external/deqp/modules/gles31/
tes31Context.cpp 40 , m_renderCtx (DE_NULL)
41 , m_contextInfo (DE_NULL)
82 m_contextInfo = DE_NULL;
83 m_renderCtx = DE_NULL;
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 63 DE_NULL, // const void* pNext;
69 DE_NULL, // const deUint32* pQueueFamilyIndices;
94 DE_NULL, // const void* pNext;
107 DE_NULL, // const void* pNext;
110 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts;
112 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
124 DE_NULL, // const void* pNext;
129 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
142 DE_NULL, // const void* pNext;
147 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.cpp 43 DE_NULL, // const void* pNext;
49 DE_NULL, // const deUint32* pQueueFamilyIndices;
63 DE_NULL, // const void* pNext;
85 DE_NULL, // const void* pNext;
106 DE_NULL, // const void* pNext;
120 DE_NULL, // const void* pNext;
123 DE_NULL, // const VkDescriptorSetLayout* pSetLayouts;
125 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
137 DE_NULL, // const void* pNext;
142 DE_NULL, // const VkPushConstantRange* pPushConstantRanges
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 18 default: return DE_NULL;
47 default: return DE_NULL;
112 default: return DE_NULL;
147 default: return DE_NULL;
163 default: return DE_NULL;
197 default: return DE_NULL;
219 default: return DE_NULL;
231 default: return DE_NULL;
246 default: return DE_NULL;
258 default: return DE_NULL;
    [all...]

Completed in 887 milliseconds

1 2 3 4 5 6 7 8 91011>>