/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Fence11.cpp | 144 GLenum *outResult) in clientWait() argument 146 ASSERT(outResult); in clientWait() 150 *outResult = GL_WAIT_FAILED; in clientWait() 157 *outResult = GL_ALREADY_SIGNALED; in clientWait() 163 *outResult = GL_TIMEOUT_EXPIRED; in clientWait() 188 *outResult = GL_WAIT_FAILED; in clientWait() 195 *outResult = GL_WAIT_FAILED; in clientWait() 203 *outResult = GL_TIMEOUT_EXPIRED; in clientWait() 207 *outResult = GL_CONDITION_SATISFIED; in clientWait() 221 angle::Result Sync11::getStatus(const gl::Context *context, GLint *outResult) in getStatus() argument [all …]
|
D | Fence11.h | 54 GLenum *outResult) override; 58 angle::Result getStatus(const gl::Context *context, GLint *outResult) override;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SyncVk.cpp | 127 VkResult *outResult) in clientWait() argument 136 *outResult = VK_EVENT_SET; in clientWait() 157 *outResult = VK_TIMEOUT; in clientWait() 166 *outResult = VK_TIMEOUT; in clientWait() 181 *outResult = status; in clientWait() 299 VkResult *outResult) in clientWait() argument 308 *outResult = VK_SUCCESS; in clientWait() 315 *outResult = VK_TIMEOUT; in clientWait() 342 *outResult = status; in clientWait() 427 GLenum *outResult) in clientWait() argument [all …]
|
D | SyncVk.h | 46 VkResult *outResult); 74 VkResult *outResult) override; 99 GLenum *outResult) override; 103 angle::Result getStatus(const gl::Context *context, GLint *outResult) override; 125 EGLint *outResult) override;
|
D | FenceNVVk.cpp | 53 VkResult outResult; in finish() local 55 return mFenceSync.clientWait(contextVk, contextVk, true, UINT64_MAX, &outResult); in finish()
|
/external/angle/src/libANGLE/ |
D | Fence.cpp | 46 angle::Result FenceNV::test(const Context *context, GLboolean *outResult) in test() argument 51 *outResult = mStatus; in test() 107 GLenum *outResult) in clientWait() argument 110 return mFence->clientWait(context, flags, timeout, outResult); in clientWait() 118 angle::Result Sync::getStatus(const Context *context, GLint *outResult) const in getStatus() 120 return mFence->getStatus(context, outResult); in getStatus()
|
D | Fence.h | 37 angle::Result test(const Context *context, GLboolean *outResult); 68 GLenum *outResult); 70 angle::Result getStatus(const Context *context, GLint *outResult) const;
|
D | EGLSync.cpp | 83 EGLint *outResult) in clientWait() argument 85 return mFence->clientWait(display, context, flags, timeout, outResult); in clientWait()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | SyncMtl.mm | 66 GLenum *outResult) 71 *outResult = GL_ALREADY_SIGNALED; 81 *outResult = GL_TIMEOUT_EXPIRED; 102 *outResult = GL_TIMEOUT_EXPIRED; 107 *outResult = GL_CONDITION_SATISFIED; 187 GLenum *outResult) 195 return mSync.clientWait(contextMtl, flush, timeout, outResult); 208 angle::Result SyncMtl::getStatus(const gl::Context *context, GLint *outResult) 213 *outResult = signaled ? GL_SIGNALED : GL_UNSIGNALED; 250 EGLint *outResult) [all …]
|
D | SyncMtl.h | 51 GLenum *outResult); 81 GLenum *outResult) 122 GLenum *outResult) override; 126 angle::Result getStatus(const gl::Context *context, GLint *outResult) override; 147 EGLint *outResult) override;
|
/external/angle/src/libANGLE/renderer/null/ |
D | SyncNULL.cpp | 29 GLenum *outResult) in clientWait() argument 31 *outResult = GL_ALREADY_SIGNALED; in clientWait() 40 angle::Result SyncNULL::getStatus(const gl::Context *context, GLint *outResult) in getStatus() argument 42 *outResult = GL_SIGNALED; in getStatus()
|
D | SyncNULL.h | 27 GLenum *outResult) override; 31 angle::Result getStatus(const gl::Context *context, GLint *outResult) override;
|
/external/skia/modules/particles/src/ |
D | SkParticleBinding.cpp | 65 skvm::F32* outResult, in call() argument 74 outResult[0] = builder->gatherF(ptr, (index<<2)+0); in call() 75 outResult[1] = builder->gatherF(ptr, (index<<2)+1); in call() 76 outResult[2] = builder->gatherF(ptr, (index<<2)+2); in call() 77 outResult[3] = builder->gatherF(ptr, (index<<2)+3); in call() 183 skvm::F32* outResult, in call() argument 195 outResult[0] = result.r; in call() 196 outResult[1] = result.g; in call() 197 outResult[2] = result.b; in call() 198 outResult[3] = result.a; in call()
|
/external/angle/src/libANGLE/renderer/ |
D | EGLReusableSync.cpp | 40 EGLint *outResult) in clientWait() argument 44 *outResult = EGL_CONDITION_SATISFIED_KHR; in clientWait() 57 *outResult = EGL_TIMEOUT_EXPIRED_KHR; in clientWait() 71 *outResult = EGL_CONDITION_SATISFIED_KHR; in clientWait() 74 *outResult = EGL_TIMEOUT_EXPIRED_KHR; in clientWait()
|
D | SyncImpl.h | 37 GLenum *outResult) = 0; 41 virtual angle::Result getStatus(const gl::Context *context, GLint *outResult) = 0;
|
D | EGLSyncImpl.h | 45 EGLint *outResult) = 0;
|
D | EGLReusableSync.h | 37 EGLint *outResult) override;
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 49 static bool ParseGLSLOutputVersion(const std::string &, ShShaderOutput *outResult); 803 static bool ParseGLSLOutputVersion(const std::string &num, ShShaderOutput *outResult) in ParseGLSLOutputVersion() argument 807 *outResult = SH_GLSL_COMPATIBILITY_OUTPUT; in ParseGLSLOutputVersion() 820 *outResult = SH_GLSL_130_OUTPUT; in ParseGLSLOutputVersion() 823 *outResult = SH_GLSL_140_OUTPUT; in ParseGLSLOutputVersion() 826 *outResult = SH_GLSL_150_CORE_OUTPUT; in ParseGLSLOutputVersion() 829 *outResult = SH_GLSL_330_CORE_OUTPUT; in ParseGLSLOutputVersion() 832 *outResult = SH_GLSL_400_CORE_OUTPUT; in ParseGLSLOutputVersion() 835 *outResult = SH_GLSL_410_CORE_OUTPUT; in ParseGLSLOutputVersion() 838 *outResult = SH_GLSL_420_CORE_OUTPUT; in ParseGLSLOutputVersion() [all …]
|
/external/angle/src/libANGLE/renderer/gl/ |
D | SyncGL.cpp | 50 GLenum *outResult) in clientWait() argument 53 *outResult = mFunctions->clientWaitSync(mSyncObject, flags, timeout); in clientWait() 64 angle::Result SyncGL::getStatus(const gl::Context *context, GLint *outResult) in getStatus() argument 67 mFunctions->getSynciv(mSyncObject, GL_SYNC_STATUS, 1, nullptr, outResult); in getStatus()
|
D | SyncGL.h | 30 GLenum *outResult) override; 34 angle::Result getStatus(const gl::Context *context, GLint *outResult) override;
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 70 std::unique_ptr<SkStream> stream, Result* outResult, in MakeFromStream() argument 73 if (!outResult) { in MakeFromStream() 74 outResult = &resultStorage; in MakeFromStream() 78 *outResult = kInvalidInput; in MakeFromStream() 84 *outResult = kInvalidParameters; in MakeFromStream() 111 *outResult = kCouldNotRewind; in MakeFromStream() 120 return SkPngCodec::MakeFromStream(std::move(stream), outResult, chunkReader); in MakeFromStream() 126 return proc.MakeFromStream(std::move(stream), outResult); in MakeFromStream() 134 format, outResult); in MakeFromStream() 140 return SkRawCodec::MakeFromStream(std::move(stream), outResult); in MakeFromStream() [all …]
|
/external/skqp/src/codec/ |
D | SkCodec.cpp | 61 Result* outResult, SkPngChunkReader* chunkReader) { in MakeFromStream() argument 63 if (!outResult) { in MakeFromStream() 64 outResult = &resultStorage; in MakeFromStream() 68 *outResult = kInvalidInput; in MakeFromStream() 95 *outResult = kCouldNotRewind; in MakeFromStream() 104 return SkPngCodec::MakeFromStream(std::move(stream), outResult, chunkReader); in MakeFromStream() 110 return proc.MakeFromStream(std::move(stream), outResult); in MakeFromStream() 116 return SkRawCodec::MakeFromStream(std::move(stream), outResult); in MakeFromStream() 121 *outResult = kIncompleteInput; in MakeFromStream() 123 *outResult = kUnimplemented; in MakeFromStream()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | SyncEGL.cpp | 64 EGLint *outResult) in clientWait() argument 74 *outResult = result; in clientWait()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 218 static void InitResult(Result& outResult) in InitResult() argument 220 outResult.TotalTime = duration::zero(); in InitResult() 221 outResult.AllocationTimeMin = duration::max(); in InitResult() 222 outResult.AllocationTimeAvg = duration::zero(); in InitResult() 223 outResult.AllocationTimeMax = duration::min(); in InitResult() 224 outResult.DeallocationTimeMin = duration::max(); in InitResult() 225 outResult.DeallocationTimeAvg = duration::zero(); in InitResult() 226 outResult.DeallocationTimeMax = duration::min(); in InitResult() 227 outResult.TotalMemoryAllocated = 0; in InitResult() 228 outResult.FreeRangeSizeAvg = 0; in InitResult() [all …]
|
/external/skia/src/sksl/ir/ |
D | SkSLExternalFunction.h | 36 skvm::F32* outResult,
|