Searched refs:getClassId (Results 1 - 25 of 28) sorted by last modified time

12

/frameworks/rs/
H A DrsAdapter.h50 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ADAPTER_1D; } function in class:android::renderscript::Adapter1D
83 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ADAPTER_2D; } function in class:android::renderscript::Adapter2D
H A DrsAllocation.cpp353 stream->addU32((uint32_t)getClassId());
H A DrsAllocation.h138 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ALLOCATION; } function in class:android::renderscript::Allocation
H A DrsAnimation.h40 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ANIMATION; } function in class:android::renderscript::Animation
H A DrsElement.cpp109 stream->addU32((uint32_t)getClassId());
H A DrsElement.h100 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ELEMENT; } function in class:android::renderscript::Element
H A DrsFileA3D.cpp379 indexEntry->mType = obj->getClassId();
H A DrsFileA3D.h77 virtual RsA3DClassID getClassId() const { function in class:android::renderscript::FileA3D
H A DrsFont.h71 virtual RsA3DClassID getClassId() const { function in class:android::renderscript::Font
H A DrsMesh.cpp83 stream->addU32((uint32_t)getClassId());
H A DrsMesh.h63 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_MESH; } function in class:android::renderscript::Mesh
H A DrsObjectBase.h60 virtual RsA3DClassID getClassId() const = 0;
H A DrsPath.cpp66 RsA3DClassID Path::getClassId() const { function in class:Path
H A DrsPath.h47 virtual RsA3DClassID getClassId() const;
H A DrsProgramFragment.h38 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_FRAGMENT; } function in class:android::renderscript::ProgramFragment
H A DrsProgramRaster.h50 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_RASTER; } function in class:android::renderscript::ProgramRaster
H A DrsProgramStore.h63 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_STORE; } function in class:android::renderscript::ProgramStore
H A DrsProgramVertex.h45 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_VERTEX; } function in class:android::renderscript::ProgramVertex
H A DrsSampler.h67 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SAMPLER; } function in class:android::renderscript::Sampler
H A DrsScript.cpp128 RsA3DClassID ScriptKernelID::getClassId() const { function in class:ScriptKernelID
145 RsA3DClassID ScriptFieldID::getClassId() const { function in class:ScriptFieldID
H A DrsScript.h41 virtual RsA3DClassID getClassId() const;
55 virtual RsA3DClassID getClassId() const;
H A DrsScriptC.h63 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SCRIPT_C; } function in class:android::renderscript::ScriptC
H A DrsScriptGroup.cpp359 RsA3DClassID ScriptGroup::getClassId() const { function in class:ScriptGroup
H A DrsScriptGroup.h90 virtual RsA3DClassID getClassId() const;
H A DrsScriptIntrinsic.cpp88 RsA3DClassID ScriptIntrinsic::getClassId() const { function in class:ScriptIntrinsic

Completed in 613 milliseconds

12