/frameworks/rs/ |
D | rsScript.h | 43 virtual RsA3DClassID getClassId() const; 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 | rsScript.cpp | 128 RsA3DClassID ScriptKernelID::getClassId() const { in getClassId() function in ScriptKernelID 136 RsA3DClassID ScriptInvokeID::getClassId() const { in getClassId() function in ScriptInvokeID 144 RsA3DClassID ScriptFieldID::getClassId() const { in getClassId() function in ScriptFieldID
|
D | rsProgramFragment.h | 38 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_FRAGMENT; } in getClassId() function
|
D | rsProgramRaster.h | 50 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_RASTER; } in getClassId() function
|
D | rsProgramVertex.h | 45 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_VERTEX; } in getClassId() function
|
D | rsScriptIntrinsic.h | 40 RsA3DClassID getClassId() const override;
|
D | rsScriptC.h | 55 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SCRIPT_C; } in getClassId() function
|
D | rsFileA3D.h | 77 virtual RsA3DClassID getClassId() const { in getClassId() function
|
D | rsProgramStore.h | 63 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 | rsMesh.h | 63 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_MESH; } in getClassId() function
|
D | rsSampler.h | 67 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SAMPLER; } in getClassId() function
|
D | rsScriptIntrinsic.cpp | 82 RsA3DClassID ScriptIntrinsic::getClassId() const { in getClassId() function in ScriptIntrinsic
|
D | rsObjectBase.h | 65 virtual RsA3DClassID getClassId() const = 0;
|
D | rsElement.h | 100 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ELEMENT; } in getClassId() function
|
D | rsType.h | 105 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 | 385 indexEntry->mType = obj->getClassId(); in appendToFile()
|
D | rsAllocation.h | 159 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 | rsType.cpp | 166 stream->addU32((uint32_t)getClassId()); in serialize()
|
D | rsElement.cpp | 109 stream->addU32((uint32_t)getClassId()); in serialize()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 139 public int getClassId() { in getClassId() method in RadioManager.ModuleProperties 290 if (mClassId != other.getClassId()) in equals()
|