/frameworks/rs/ |
D | rsScript.h | 43 virtual RsA3DClassID getClassId() const = 0; 54 virtual RsA3DClassID getClassId() const; 65 virtual RsA3DClassID getClassId() const; 73 virtual RsA3DClassID getClassId() const;
|
D | rsScriptGroupBase.h | 16 virtual RsA3DClassID getClassId() const { in getClassId() function
|
D | rsAnimation.h | 40 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ANIMATION; } in getClassId() function
|
D | rsProgramFragment.h | 38 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_FRAGMENT; } in getClassId() function
|
D | rsProgramRaster.h | 52 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_RASTER; } in getClassId() function
|
D | rsScript.cpp | 128 RsA3DClassID ScriptKernelID::getClassId() const { in getClassId() function in android::renderscript::ScriptKernelID 136 RsA3DClassID ScriptInvokeID::getClassId() const { in getClassId() function in android::renderscript::ScriptInvokeID 144 RsA3DClassID ScriptFieldID::getClassId() const { in getClassId() function in android::renderscript::ScriptFieldID
|
D | rsScriptIntrinsic.h | 40 RsA3DClassID getClassId() const override;
|
D | rsProgramVertex.h | 45 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_VERTEX; } in getClassId() function
|
D | rsScriptC.h | 55 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SCRIPT_C; } in getClassId() function
|
D | rsFileA3D.h | 78 virtual RsA3DClassID getClassId() const { in getClassId() function
|
D | rsProgramStore.h | 65 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_STORE; } in getClassId() function
|
D | rsClosure.h | 44 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_CLOSURE; } in getClassId() function
|
D | rsSampler.h | 69 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SAMPLER; } in getClassId() function
|
D | rsMesh.h | 63 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_MESH; } in getClassId() function
|
D | rsScriptIntrinsic.cpp | 82 RsA3DClassID ScriptIntrinsic::getClassId() const { in getClassId() function in android::renderscript::ScriptIntrinsic
|
D | rsObjectBase.h | 65 virtual RsA3DClassID getClassId() const = 0;
|
D | rsElement.h | 102 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ELEMENT; } in getClassId() function
|
D | rsType.h | 107 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_TYPE; } in getClassId() function
|
D | rsFont.h | 71 virtual RsA3DClassID getClassId() const { in getClassId() function
|
D | rsFileA3D.cpp | 371 indexEntry->mType = obj->getClassId(); in appendToFile()
|
D | rsAllocation.h | 155 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ALLOCATION; } in getClassId() function
|
D | rsMesh.cpp | 83 stream->addU32((uint32_t)getClassId()); in serialize()
|
D | rsElement.cpp | 109 stream->addU32((uint32_t)getClassId()); in serialize()
|
D | rsType.cpp | 166 stream->addU32((uint32_t)getClassId()); in serialize()
|
D | rsAllocation.cpp | 444 stream->addU32((uint32_t)getClassId()); in serialize()
|