/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLProgramBuilder.cpp | 120 texSamplers.get()); in emitAndInstallPrimProc()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorSetManager.cpp | 102 dsSamplerLayoutCreateInfo.pBindings = numBindings ? dsSamplerBindings.get() : nullptr; in get_layout_and_desc_count()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 455 const egl::Config *ConfigSet::get(EGLConfig configHandle)
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
H A D | EblcTable.java | 178 return bitmapSizeTableList.get(index); in bitmapSizeTable()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapTable.java | 255 * @param id the id of the cmap to get the index for; this value cannot be null 678 return cmapBuilders.get(cmapId); in cmapBuilder()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.h | 482 return go_deeper_in_constant_obfuscation_(depth, random_generator_.get()); in GoDeeperInConstantObfuscation()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 217 auto* new_inst_ptr = new_inst.get(); in BuildInstructionAndAddToModule() 372 // Cannot get the id of the component constant, while all components in CreateCompositeInstruction()
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 189 inst.get(), identity_map); in FoldWithInstructionFolder()
|
H A D | iterator.h | 63 pointer operator->() { return (*iterator_).get(); } in operator ->()
|
H A D | loop_dependence.h | 386 return constraints_.back().get(); in make_constraint() 514 // Uses the def_use_mgr to get the instruction referenced by 532 // from it to get the constant term added to the induction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_context.h | 482 return go_deeper_in_constant_obfuscation_(depth, random_generator_.get()); in GoDeeperInConstantObfuscation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 217 auto* new_inst_ptr = new_inst.get(); in BuildInstructionAndAddToModule() 372 // Cannot get the id of the component constant, while all components in CreateCompositeInstruction()
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 189 inst.get(), identity_map); in FoldWithInstructionFolder()
|
H A D | iterator.h | 63 pointer operator->() { return (*iterator_).get(); } in operator ->()
|
H A D | loop_dependence.h | 386 return constraints_.back().get(); in make_constraint() 514 // Uses the def_use_mgr to get the instruction referenced by 532 // from it to get the constant term added to the induction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/lint/ |
H A D | divergence_analysis_test.cpp | 59 ASSERT_NE(nullptr, context_.get()); in Build()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | def_use_test.cpp | 1412 Instruction newInst(context.get(), SpvOpConstantTrue, 1, 2, {}); in TEST()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | idtracking.py | 110 stores[target] = stores.get(target, 0) + 1
|
H A D | utils.py | 35 called from the template. This is useful if a function wants to get access 191 If nofollow is True, the URLs in link text will get a rel="nofollow" 383 def get(self, key, default=None): member in LRUCache 435 # get otherwise.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 271 get_GOT ebx ; get GOT address
|
/third_party/skia/tests/ |
H A D | AnimatedImageTest.cpp | 40 ERRORF(r, "Could not get %s", file); in DEF_TEST() 66 ERRORF(r, "Could not get %s", file); in DEF_TEST() 94 ERRORF(r, "Could not get %s", file); in DEF_TEST() 142 REPORTER_ASSERT(r, rec.valid == !!image.get()); in DEF_TEST() 154 ERRORF(r, "Could not get %s", file); in DEF_TEST() 226 ERRORF(r, "Could not get %s", file); in DEF_TEST() 297 ERRORF(r, "Could not get %s", file); in DEF_TEST()
|
H A D | NdkDecodeTest.cpp | 102 REPORTER_ASSERT(r, SkColorSpace::Equals(gen->getInfo().colorSpace(), cs.get())); in DEF_TEST()
|
H A D | PromiseImageTest.cpp | 217 // These tests are difficult to get working with Vulkan. See http://skbug.com/8705 in DEF_GPUTEST() 229 auto ctx = factory.get(contextType); in DEF_GPUTEST()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.cpp | 275 paramPtrs.push_back(param.get()); in find_existing_declaration()
|
/third_party/skia/src/utils/ |
H A D | SkCustomTypeface.cpp | 412 char* buffer = (char*)ram.get(); in Deserialize()
|