/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ShaderGL.cpp | 36 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/ |
D | Query.cpp | 29 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()
|
D | Query.h | 47 GLint mResult; variable
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
D | JsonSerializer.cpp | 119 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()
|
D | JsonSerializer.h | 125 std::string mResult;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ShaderImpl.cpp | 45 : 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
|
D | ProgramImpl.h | 54 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/ |
D | Query9.cpp | 23 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()
|
D | Query9.h | 41 GLuint64 mResult; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Query11.cpp | 60 : 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()
|
D | Query11.h | 60 GLuint64 mResult; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ShaderMtl.mm | 31 : 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/ |
D | ShaderD3D.cpp | 35 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
|
D | ProgramD3D.cpp | 551 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/ |
D | LatencyAnalyzer.h | 277 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/ |
D | wrap_unsafe_ops_anon_union_1_0.hpp | 9 int mResult; member
|
D | anon_union.hpp | 8 int mResult; member
|
D | anon_union_1_0.hpp | 9 int mResult; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | anon_union.rs | 10 pub mResult: ::std::os::raw::c_int, field
|
D | wrap_unsafe_ops_anon_union_1_0.rs | 54 pub mResult: ::std::os::raw::c_int, field
|
D | anon_union_1_0.rs | 54 pub mResult: ::std::os::raw::c_int, field
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
D | UnicodeMap.java | 653 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/ |
D | UnicodeMap.java | 650 T mResult = getValue(cp); 651 if (mResult != null) { 652 result.append(mResult);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 834 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/ |
D | stylo.hpp | 56369 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
|