/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 121 // This function is really horrible. But since the alternative is to get into 226 ::el_set(Data->EL, EL_CLIENTDATA, Data.get()); in LineEditor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 405 T->createMCInstrAnalysis(MII.get())); in getPltAddresses()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
H A D | auto-render.min.js | 1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbo (…)
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeTestLogCompare.cpp | 162 xe::parseTestCaseResultFromData(&m_testResultParser, &fullResult, *caseData.get()); in testCaseResultComplete()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_depth_test.cc | 56 auto* pipeline = pipelines[0].get(); in TEST_F()
|
H A D | parser_stencil_test.cc | 68 auto* pipeline = pipelines[0].get(); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.h | 37 bool get(ContextVk *contextVk, 55 // ref-counted on the number of 'current' contexts, so we shouldn't get any dangling surface
|
H A D | ProgramExecutableVk.h | 154 const vk::PipelineLayout &getPipelineLayout() const { return mPipelineLayout.get(); } in getPipelineLayout() 287 // We keep a reference to the pipeline and descriptor set layouts. This ensures they don't get
|
H A D | DisplayVk.cpp | 295 return mScratchBuffer.get(requstedSizeBytes, scratchBufferOut); in getScratchBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 23 EGLGetBlobFuncANDROID get);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ExternalBufferTest.cpp | 224 ASSERT_NE(program.get(), 0U); in TEST_P()
|
/third_party/skia/src/core/ |
H A D | SkDraw_atlas.cpp | 118 SkStageUpdater* updator = as_SB(atlasShader.get())->appendUpdatableStages(rec); in drawAtlas()
|
H A D | SkPathPriv.h | 132 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 204 ProcessorOptimizationFlags(child.get()))
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.h | 217 const SkShader* shader() const { return fShader.get(); } in shader()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineState.cpp | 102 const GrVkBuffer* vkBuffer = static_cast<GrVkBuffer*>(uniformBuffer.get()); in setAndBindUniforms()
|
/third_party/skia/src/effects/ |
H A D | SkTableColorFilter.cpp | 187 auto view = std::get<0>(GrMakeCachedBitmapProxyView(context, bitmap, GrMipmapped::kNo)); in Make()
|
/third_party/skia/src/gpu/ |
H A D | GrCaps.h | 43 const GrShaderCaps* shaderCaps() const { return fShaderCaps.get(); } in shaderCaps() 87 // Should we discard stencil values after a render pass? (Tilers get better performance if we
|
H A D | GrUniformDataManager.cpp | 29 return static_cast<char*>(fUniformData.get()) + uni.fOffset; in getBufferPtrAndMarkDirty()
|
H A D | GrSurfaceProxy.h | 249 GrSurface* peekSurface() const { return fTarget.get(); } in peekSurface()
|
H A D | GrThreadSafeCache.h | 56 // which case it will purge uniquely-held resources in LRU to MRU order to get 114 GrGpuBuffer* gpuBuffer() { return fGpuBuffer.get(); } in gpuBuffer()
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 46 const GrMtlCaps& mtlCaps() const { return *fMtlCaps.get(); } in mtlCaps()
|
/third_party/skia/src/gpu/ops/ |
H A D | GrOp.h | 244 GrOp* nextInChain() const { return fNextInChain.get(); } in nextInChain()
|
/third_party/skia/samplecode/ |
H A D | SampleXfer.cpp | 175 fSelected = fDrs[i].get();
|
/third_party/skia/src/codec/ |
H A D | SkAndroidCodec.cpp | 222 if (supports_any_down_scale(fCodec.get())) { in computeSampleSize() 248 // Cannot get any smaller without being smaller than desired. in computeSampleSize() 262 // the other is bigger. This is as close as we can get. in computeSampleSize()
|