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

  /frameworks/base/libs/rs/
rsFBOCache.h 53 Hal mHal;
rsProgramRaster.h 46 Hal mHal;
rsMesh.h 58 Hal mHal;
62 mHal.state.vertexBuffers[index] = vb;
67 mHal.state.indexBuffers[index] = idx;
68 mHal.state.primitives[index] = prim;
rsProgramStore.h 58 Hal mHal;
rsSampler.h 53 Hal mHal;
rsAllocation.h 66 Hal mHal;
73 void * getPtr() const {return mHal.drvState.mallocPtr;}
74 const Type * getType() const {return mHal.state.type;}
105 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0;
108 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
111 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0;
114 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0;
123 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
132 mHal.state.type = t;
rsProgram.h 59 Hal mHal;
rsScript.h 52 Hal mHal;
rsContext.h 74 Hal mHal;
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_core.c 36 } mHal;
248 return alloc->mHal.state.dimensionX;
254 return alloc->mHal.state.dimensionY;
260 return alloc->mHal.state.dimensionZ;
266 return alloc->mHal.state.hasMipmaps;
272 return alloc->mHal.state.hasFaces;
278 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.mallocPtr;
279 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
286 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.mallocPtr;
287 const uint32_t eSize = alloc->mHal.state.elementSizeBytes
    [all...]

Completed in 2121 milliseconds