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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/openglcts/modules/runner/
glcKhronosMustpassEs.hpp 25 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
27 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
28 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
29 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }
    [all...]
glcKhronosMustpassGl.hpp 25 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
27 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
28 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
29 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
30 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }
    [all...]
glcKhronosMustpassEsNocontext.hpp 25 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
glcKhronosMustpassGlNocontext.hpp 25 { glu::ApiType::core(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::core(4, 5), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
glcAospMustpassEs.hpp 25 { glu::ApiType::es(2, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
26 { glu::ApiType::es(3, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
28 { glu::ApiType::es(3, 0), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
31 { glu::ApiType::es(3, 0), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 },
34 { glu::ApiType::es(3, 0), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, 256 },
37 { glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256, 256 },
39 { glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 },
40 { glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, 256, 256 },
41 { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
43 { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 }
    [all...]
glcAospMustpassEgl.hpp 25 { glu::ApiType(), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
  /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/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...]
  /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);
  /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...]
  /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...]
  /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;
144 DE_NULL, // const void* pNext;
149 DE_NULL, // const VkSpecializationInfo* pSpecializationInfo
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderUtil.cpp 69 DE_NULL, // const void* pNext;
75 DE_NULL, // const deUint32* pQueueFamilyIndices;
85 DE_NULL, // const void* pNext;
97 DE_NULL, // const uint32_t* pQueueFamilyIndices;
113 DE_NULL, // const void* pNext;
135 DE_NULL, // const void* pNext;
154 DE_NULL, // const void* pNext;
156 (DE_NULL == pSetLayouts)? 0u : 1u, // deUint32 setLayoutCount;
159 DE_NULL, // const VkPushConstantRange* pPushConstantRanges;
173 DE_NULL //const VkSampler* pImmutableSamplers
    [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...]
  /external/deqp/framework/egl/wrapper/
eglwWrapper.cpp 29 static const eglw::Library* s_library = DE_NULL;
  /external/deqp/modules/gles31/
tes31Context.cpp 39 , m_renderCtx (DE_NULL)
40 , m_contextInfo (DE_NULL)
86 m_contextInfo = DE_NULL;
87 m_renderCtx = DE_NULL;

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>