Home
last modified time | relevance | path

Searched refs:mResult (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp36 mResult(false), in TranslateTaskGL()
44 mResult = sh::Compile(mHandle, &source, 1, mOptions); in operator ()()
45 if (mResult) in operator ()()
52 bool getResult() { return mResult; } in getResult()
63 bool mResult; member in rx::TranslateTaskGL
112 mResult(result), in WaitableCompileEventNativeParallel()
121 bool getResult() override { return mResult; } in getResult()
127 bool mResult; member in rx::WaitableCompileEventNativeParallel
138 mResult(result) in WaitableCompileEventDone()
141 bool getResult() override { return mResult; } in getResult()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DQuery.cpp29 mResult = GL_FALSE; in Query()
108 mResult = GL_FALSE; in end()
121 return (GLuint)mResult; in getResult()
152 mResult = (resultSum > 0) ? GL_TRUE : GL_FALSE; in testQuery()
155 mResult = resultSum; in testQuery()
DQuery.h47 GLint mResult; variable
/third_party/skia/third_party/externals/angle2/src/common/serializer/
DJsonSerializer.cpp119 return mResult.c_str(); in data()
125 return std::vector<uint8_t>(mResult.begin(), mResult.end()); in getData()
130 if (!mResult.empty()) in ensureEndDocument()
139 mResult = os.str(); in ensureEndDocument()
145 return mResult.length(); in length()
DJsonSerializer.h125 std::string mResult;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DShaderImpl.cpp45 : mHandle(handle), mOptions(options), mSource(source), mResult(false) in TranslateTask()
52 mResult = sh::Compile(mHandle, &source, 1, mOptions); in operator ()()
55 bool getResult() { return mResult; } in getResult()
63 bool mResult; member in rx::TranslateTask
DProgramImpl.h54 LinkEventDone(angle::Result result) : mResult(result) {} in LinkEventDone()
59 angle::Result mResult;
64 return mResult; in wait()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp23 mResult(GL_FALSE), in Query9()
64 mResult = GL_FALSE; in end()
88 *params = static_cast<T>(mResult); in getResultBase()
136 mResult = (numPixels > 0) ? GL_TRUE : GL_FALSE; in testQuery()
148 mResult = (completed == TRUE) ? GL_TRUE : GL_FALSE; in testQuery()
DQuery9.h41 GLuint64 mResult; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DQuery11.cpp60 : QueryImpl(type), mResult(0), mResultSum(0), mRenderer(renderer) in Query11()
210 mResultSum = MergeQueryResults(getType(), mResultSum, mResult); in flush()
236 mResult = (numPixels > 0) ? GL_TRUE : GL_FALSE; in testQuery()
252 mResult = static_cast<GLuint64>(soStats.NumPrimitivesWritten); in testQuery()
296 mResult = checkedTime.ValueOrDie(); in testQuery()
300 mResult = std::numeric_limits<GLuint64>::max() / timeStats.Frequency; in testQuery()
316 mResult = 0; in testQuery()
333 mResult = (completed == TRUE) ? GL_TRUE : GL_FALSE; in testQuery()
DQuery11.h60 GLuint64 mResult; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm31 : mHandle(handle), mOptions(options), mSource(source), mResult(false)
37 mResult = sh::Compile(mHandle, &source, 1, mOptions);
40 bool getResult() { return mResult; }
48 bool mResult;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderD3D.cpp35 mResult(false) in TranslateTaskD3D()
48 mResult = sh::Compile(mHandle, &srcStrings[0], srcStrings.size(), mOptions); in operator ()()
51 bool getResult() { return mResult; } in getResult()
58 bool mResult; member in rx::TranslateTaskD3D
DProgramD3D.cpp551 void operator()() override { mResult = run(); } in operator ()()
553 angle::Result getResult() const { return mResult; } in getResult()
580 angle::Result mResult = angle::Result::Continue; member in rx::ProgramD3D::GetExecutableTask
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h277 mResult = 0; in reset()
311 return mResult; in getResult()
315 mResult = result; in setResult()
355 int32_t mResult = 0; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwrap_unsafe_ops_anon_union_1_0.hpp9 int mResult; member
Danon_union.hpp8 int mResult; member
Danon_union_1_0.hpp9 int mResult; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Danon_union.rs10 pub mResult: ::std::os::raw::c_int, field
Dwrap_unsafe_ops_anon_union_1_0.rs54 pub mResult: ::std::os::raw::c_int, field
Danon_union_1_0.rs54 pub mResult: ::std::os::raw::c_int, field
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DUnicodeMap.java653 T mResult = getValue(cp);
654 if (mResult != null) {
655 result.append(mResult);
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java650 T mResult = getValue(cp);
651 if (mResult != null) {
652 result.append(mResult);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp834 mResult(true) in CompressAndStorePipelineCacheTask()
840 mResult = CompressAndStorePipelineCacheVk( in operator ()()
845 bool getResult() { return mResult; } in getResult()
852 bool mResult; member in rx::__anonb2561d130211::CompressAndStorePipelineCacheTask
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp56369 nsTArrayFallibleResult(bool aResult) : mResult(aResult) {} in nsTArrayFallibleResult()
56371 operator bool() { return mResult; } in operator bool()
56374 bool mResult; member
84946 : mResult(NS_OK) in TErrorResult()
85114 return ((bool)(__builtin_expect(!!(NS_FAILED_impl(mResult)), 0))); in Failed()
85118 return mResult == rv; in ErrorCodeIs()
85128 return mResult; in ErrorCode()
85185 mResult = aRv; in AssignErrorCode()
85216 nsresult mResult; member in mozilla::binding_danger::TErrorResult