HomeSort by relevance Sort by last modified time
    Searched defs:mHal (Results 1 - 15 of 15) sorted by null

  /frameworks/rs/
rsFBOCache.h 53 Hal mHal;
rsPath.h 37 } mHal;
rsProgramRaster.h 46 Hal mHal;
rsMesh.h 56 Hal mHal;
69 mHal.state.vertexBuffers[index] = vb;
74 mHal.state.indexBuffers[index] = idx;
75 mHal.state.primitives[index] = prim;
rsProgramStore.h 58 Hal mHal;
rsSampler.h 52 Hal mHal;
rsScriptGroup.h 80 Hal mHal;
rsProgram.h 59 Hal mHal;
rsScript.h 82 Hal mHal;
rsType.h 57 Hal mHal;
66 uint32_t getDimX() const {return mHal.state.dimX;}
67 uint32_t getDimY() const {return mHal.state.dimY;}
68 uint32_t getDimZ() const {return mHal.state.dimZ;}
70 bool getDimFaces() const {return mHal.state.faces;}
71 uint32_t getDimYuv() const {return mHal.state.dimYuv;}
74 rsAssert(lod < mHal.state.lodCount);
75 return mHal.state.lodDimX[lod];
78 rsAssert(lod < mHal.state.lodCount);
79 return mHal.state.lodDimY[lod]
    [all...]
rsAllocation.h 95 Hal mHal;
105 const Type * getType() const {return mHal.state.type;}
140 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0;
143 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
146 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0;
149 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0;
158 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
171 mHal.state.type = t;
rsElement.h 58 Hal mHal;
rsContext.h 84 Hal mHal;
  /frameworks/base/services/java/com/android/server/
ConsumerIrService.java 58 private final int mHal;
68 mHal = halOpen();
70 if (mHal == 0) {
73 } else if (mHal != 0) {
80 return mHal != 0;
84 if (mHal == 0) {
114 int err = halTransmit(mHal, carrierFrequency, pattern);
132 return halGetCarrierFrequencies(mHal);
  /frameworks/rs/driver/runtime/
rs_structs.h 63 } mHal;
97 } mHal;
125 } mHal;
157 } mHal;
195 } mHal;
231 } mHal;
265 } mHal;

Completed in 675 milliseconds