Searched refs:Bind (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_ArcVideoService.cpp | 75 Init(std::move(hostPtr), base::Bind(&base::DoNothing)); in InitDeprecated() 86 mHostPtr.QueryVersion(base::Bind( in Init() 111 FROM_HERE, base::Bind(&VideoService::bootstrapVideoAcceleratorFactoryOnMojoThread, in bootstrapVideoAcceleratorFactory() 129 base::Bind(&onCaptureResult, base::Unretained(future), mHostPtr.version())); in bootstrapVideoAcceleratorFactoryOnMojoThread()
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 259 summary: Bind a constant allocation 261 Bind a new Allocation object to a ProgramFragment or ProgramVertex. 294 summary: Bind a font object 306 summary: Bind a ProgramFragment 308 Bind a new ProgramFragment to the rendering context. 318 summary: Bind a ProgramRaster 320 Bind a new ProgramRaster to the rendering context. 330 summary: Bind a ProgramStore 332 Bind a new ProgramStore to the rendering context. 342 summary: Bind a ProgramVertex [all …]
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.cpp | 200 xml::XmlNodeAction::ActionFuncWithDiag Bind(configuration::PostProcessingConfiguration* config, in Bind() function 323 artifacts_action["artifact"].Action(Bind(&config, ArtifactTagHandler)); in ExtractConfiguration() 324 artifacts_action["artifact-format"].Action(Bind(&config, ArtifactFormatTagHandler)); in ExtractConfiguration() 327 root_action["abi-groups"]["abi-group"].Action(Bind(&config, AbiGroupTagHandler)); in ExtractConfiguration() 329 Bind(&config, ScreenDensityGroupTagHandler)); in ExtractConfiguration() 330 root_action["locale-groups"]["locale-group"].Action(Bind(&config, LocaleGroupTagHandler)); in ExtractConfiguration() 331 root_action["android-sdks"]["android-sdk"].Action(Bind(&config, AndroidSdkTagHandler)); in ExtractConfiguration() 333 Bind(&config, GlTextureGroupTagHandler)); in ExtractConfiguration() 335 Bind(&config, DeviceFeatureGroupTagHandler)); in ExtractConfiguration()
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 472 * rsgBindConstant: Bind a constant allocation 476 * Bind a new Allocation object to a ProgramFragment or ProgramVertex. 526 * rsgBindFont: Bind a font object 547 * rsgBindProgramFragment: Bind a ProgramFragment 551 * Bind a new ProgramFragment to the rendering context. 565 * rsgBindProgramRaster: Bind a ProgramRaster 569 * Bind a new ProgramRaster to the rendering context. 583 * rsgBindProgramStore: Bind a ProgramStore 587 * Bind a new ProgramStore to the rendering context. 601 * rsgBindProgramVertex: Bind a ProgramVertex [all …]
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 25 HelpText<"Bind references within the shared library">;
|
/frameworks/compile/slang/ |
D | README.rst | 320 pointer in the script. Bind points marked const indicate to the
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 6884 // Bind buffer to given memory object, if not VK_NULL_HANDLE. 6920 // Bind image to given memory object, if not VK_NULL_HANDLE.
|