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

  /frameworks/base/libs/rs/
RenderScriptEnv.h 13 typedef void * RsType;
rs.spec 37 ret RsType
42 param RsType vtype
50 param RsType vtype
59 param RsType vtype
RenderScript.h 49 void rsaTypeGetNativeData(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
RenderScriptDefines.h 44 typedef void * RsType;
rsType.cpp 267 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX,
277 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) {
rsAllocation.cpp 481 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype,
492 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype,
513 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype,
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 423 rsaTypeGetNativeData(con, (RsType)id, typeData, 6);
436 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage);
463 (RsType)type, (RsAllocationMipmapControl)mip,
479 (RsType)type, (RsAllocationMipmapControl)mip,
    [all...]

Completed in 264 milliseconds