HomeSort by relevance Sort by last modified time
    Searched defs:mHal (Results 1 - 13 of 13) 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;
rsType.h 56 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;}
73 rsAssert(lod < mHal.state.lodCount);
74 return mHal.state.lodDimX[lod];
77 rsAssert(lod < mHal.state.lodCount);
78 return mHal.state.lodDimY[lod];
81 rsAssert(lod < mHal.state.lodCount)
    [all...]
rsAllocation.h 75 Hal mHal;
83 void * getPtr() const {return mHal.drvState.mallocPtr;}
84 const Type * getType() const {return mHal.state.type;}
115 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0;
118 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
121 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0;
124 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0;
133 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
147 mHal.state.type = t;
rsProgram.h 59 Hal mHal;
rsScript.h 52 Hal mHal;
rsElement.h 58 Hal mHal;
rsContext.h 66 Hal mHal;
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_structs.h 52 } mHal;
86 } mHal;
113 } mHal;
144 } mHal;
182 } mHal;
218 } mHal;
252 } mHal;

Completed in 190 milliseconds