HomeSort by relevance Sort by last modified time
    Searched refs:Hal (Results 1 - 16 of 16) sorted by null

  /frameworks/rs/
rsScriptGroupBase.h 28 struct Hal {
35 Hal mHal;
rsFBOCache.h 43 struct Hal {
53 Hal mHal;
rsProgramRaster.h 39 struct Hal {
48 Hal mHal;
rsMesh.h 38 struct Hal {
56 Hal mHal;
rsProgram.h 33 struct Hal {
59 Hal mHal;
rsProgramStore.h 40 struct Hal {
60 Hal mHal;
rsSampler.h 41 struct Hal {
54 Hal mHal;
rsScript.h 79 struct Hal {
99 Hal mHal;
rsElement.h 41 struct Hal {
60 Hal mHal;
rsType.h 40 struct Hal {
62 Hal mHal;
rsContext.h 74 struct Hal {
80 Hal mHal;
rsAllocation.h 52 struct Hal {
107 Hal mHal;
  /frameworks/native/vulkan/libvulkan/
driver.cpp 63 class Hal {
67 static const Hal& Get() { return hal_; }
73 Hal() : dev_(nullptr), debug_report_index_(-1) {}
74 Hal(const Hal&) = delete;
75 Hal& operator=(const Hal&) = delete;
79 static Hal hal_;
138 Hal Hal::hal_
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/Util/
PfwUnitTestLib.py 75 class Hal(RemoteCli):
83 # Starts the HAL exe
92 # Send command "stop" to the HAL
125 hal = Hal(pfw) variable in class:PfwTestCase
137 # set up the Hal & pfw
138 cls.hal.startHal()
141 cls.hal.createInclusiveCriterion("Crit_0", "2")
142 cls.hal.createExclusiveCriterion("Crit_1", "2")
144 cls.hal.start(
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 33 size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) {
301 RSoVHal *hal = static_cast<RSoVHal *>(rsc->mHal.drv); local
302 RSoVContext *rsov = hal->mRSoV;
  /frameworks/rs/driver/
rsdAllocation.cpp 247 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) {
    [all...]

Completed in 3378 milliseconds