Home
last modified time | relevance | path

Searched defs:result (Results 2401 - 2425 of 7863) sorted by relevance

1...<<919293949596979899100>>...315

/third_party/pulseaudio/src/pulsecore/resampler/
H A Dspeex.c31 static bool result = false; in pa_speex_is_fixed_point() local
/third_party/python/Include/internal/
H A Dpycore_blocks_output_buffer.h264 PyObject *result, *block; in _BlocksOutputBuffer_Finish() local
/third_party/openssl/crypto/
H A Dcore_algorithm.c137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
H A Dcore_fetch.c59 ossl_method_construct_precondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_precondition() argument
86 ossl_method_construct_postcondition(OSSL_PROVIDER *provider, int operation_id, int no_store, void *cbdata, int *result) ossl_method_construct_postcondition() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiToolingInfoTests.cpp68 VkResult result = VK_SUCCESS; in validateGetter() local
177 bool result = true; validateToolsProperties() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCombinationsIterator.hpp63 deUint32 result = 1; in seriesProduct() local
130 deUint32 result = 1; in factorial() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiToolingInfoTests.cpp68 VkResult result = VK_SUCCESS; in validateGetter() local
177 bool result = true; validateToolsProperties() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_wrapper.cpp57 bool result = warmUpShader.parse(&builtInResources, 450, ECoreProfile, false, false, messages); in Warmup() local
97 int result = ShInitialize(); in GlslangInitialize() local
104 int result = ShFinalize(); in GlslangFinalize() local
158 bool result = shader.parse(&builtInResources, 450, ECoreProfile, false, false, messages); in GlslangCompileToSpirv() local
H A DBuildSPIRV.h159 size_t result = 0; in operator ()() local
H A DBuiltInFunctionEmulator.cpp88 const char *result = queryFunction(uniqueId); in findEmulatedFunction() local
95 const auto &result = mEmulatedFunctions.find(uniqueId); in findEmulatedFunction() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DProgramImpl.h54 LinkEventDone(angle::Result result) : mResult(result) {} in LinkEventDone() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp41 HRESULT result = mRenderer->getDevice()->CreateQuery(d3dQueryType, &mQuery); in begin() local
47 HRESULT result = mQuery->Issue(D3DISSUE_BEGIN); in begin() local
60 HRESULT result = mQuery->Issue(D3DISSUE_END); in end() local
125 HRESULT result = S_OK; in testQuery() local
[all...]
H A DIndexBuffer9.cpp61 HRESULT result = in initialize() local
63 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, in initialize() local
84 HRESULT result = mIndexBuffer->Lock(offset, size, &mapPtr, lockFlags); in mapBuffer() local
85 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to lock internal index buffer"); in mapBuffer() local
94 HRESULT result = mIndexBuffer->Unlock(); in unmapBuffer() local
95 ANGLE_TRY_HR(GetImplAs<Context9>(context), result, "Failed to unlock internal index buffer"); in unmapBuffer() local
127 HRESULT result; in discard() local
[all...]
H A DShaderCache.h56 HRESULT result = createShader(function, &shader); in create() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp139 bool result = EmulateFragColorDataImpl(compiler, root, symbolTable); in EmulateFragColorData() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dclamped_math_impl.h96 V result = {}; in Do() local
124 V result = {}; in Do() local
167 V result = {}; Do() local
190 V result = {}; Do() local
215 V result = static_cast<V>(as_unsigned(x) << shift); Do() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DNativeWindow11WinRT.cpp104 HRESULT result = in createSwapChain() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dformatutils11.cpp408 const VertexFormat *result = GetVertexFormatInfo_FL_9_3(vertexFormatID); in GetVertexFormatInfo() local
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp87 tcu::TestCase::IterateResult result; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp105 tcu::TestCase::IterateResult result; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp134 const tcu::TestCase::IterateResult result = testCase->iterate(); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp111 tcu::TestCase::IterateResult result; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp90 tcu::TestCase::IterateResult result; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderQualifiers.cpp198 bool result = true; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5PreciseQualifier.cpp388 WeightedSum* result = (WeightedSum*)gl.mapBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, drawAndGetFeedbackResult() local
[all...]

Completed in 13 milliseconds

1...<<919293949596979899100>>...315