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

  /development/tools/a3dconvert/
SimpleMesh.h 121 ObjectBaseRef<const Element> indexElem = Element::createRef(rsc, RS_TYPE_UNSIGNED_16,
  /frameworks/base/libs/rs/
RenderScriptDefines.h 131 RS_TYPE_UNSIGNED_16,
rsComponent.cpp 157 case RS_TYPE_UNSIGNED_16:
rsFont.cpp 558 ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
  /frameworks/base/libs/rs/driver/
rsdMeshObj.cpp 62 dt != RS_TYPE_UNSIGNED_16 && dt != RS_TYPE_SIGNED_8 &&
rsdAllocation.cpp 54 case RS_TYPE_UNSIGNED_16: return GL_UNSIGNED_SHORT;

Completed in 74 milliseconds