HomeSort by relevance Sort by last modified time
    Searched defs:mHal (Results 1 - 21 of 21) 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;
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 78 Hal mHal;
86 const Type * getType() const {return mHal.state.type;}
121 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0;
124 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
127 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0;
130 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0;
139 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
153 mHal.state.type = t;
rsProgram.h 59 Hal mHal;
rsScript.h 79 Hal mHal;
rsElement.h 58 Hal mHal;
rsContext.h 68 Hal mHal;
  /frameworks/support/renderscript/v8/rs_support/
rsSampler.h 52 Hal mHal;
rsScriptGroup.h 80 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 const Type * getType() const {return mHal.state.type;}
118 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0;
121 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
124 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0;
127 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0;
136 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
144 mHal.state.type = t;
rsScript.h 74 Hal mHal;
rsElement.h 58 Hal mHal;
rsContext.h 61 Hal mHal;
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 53 } mHal;
87 } mHal;
114 } mHal;
145 } mHal;
183 } mHal;
219 } mHal;
253 } mHal;

Completed in 209 milliseconds