Home
last modified time | relevance | path

Searched refs:Bind (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/script_api/
Drs_graphics.spec259 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/
DConfigurationParser.cpp202 xml::XmlNodeAction::ActionFuncWithDiag Bind(configuration::PostProcessingConfiguration* config, in Bind() function
325 artifacts_action["artifact"].Action(Bind(&config, ArtifactTagHandler)); in ExtractConfiguration()
326 artifacts_action["artifact-format"].Action(Bind(&config, ArtifactFormatTagHandler)); in ExtractConfiguration()
329 root_action["abi-groups"]["abi-group"].Action(Bind(&config, AbiGroupTagHandler)); in ExtractConfiguration()
331 Bind(&config, ScreenDensityGroupTagHandler)); in ExtractConfiguration()
332 root_action["locale-groups"]["locale-group"].Action(Bind(&config, LocaleGroupTagHandler)); in ExtractConfiguration()
333 root_action["android-sdks"]["android-sdk"].Action(Bind(&config, AndroidSdkTagHandler)); in ExtractConfiguration()
335 Bind(&config, GlTextureGroupTagHandler)); in ExtractConfiguration()
337 Bind(&config, DeviceFeatureGroupTagHandler)); in ExtractConfiguration()
/frameworks/rs/script_api/include/
Drs_graphics.rsh472 * 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/
DOptions.td25 HelpText<"Bind references within the shared library">;
/frameworks/compile/slang/
DREADME.rst320 pointer in the script. Bind points marked const indicate to the
/frameworks/native/vulkan/api/
Dvulkan.api8292 // Bind buffer to given memory object, if not VK_NULL_HANDLE.
8328 // Bind image to given memory object, if not VK_NULL_HANDLE.