Home
last modified time | relevance | path

Searched refs:constType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java314 Type constType = null; in create() local
320 constType = typeBuilder.create(); in create()
321 sb.addConstant(constType); in create()
330 Allocation constantData = Allocation.createTyped(mRS,constType); in create()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go177 return &constType{base_type}
777 type constType struct { struct
781 func (typе *constType) Align(arch Arch) uint { argument
785 func (typе *constType) Bits(arch Arch) uint { argument
789 func (typе *constType) DeclareVar(var_name string, arch Arch) string { argument
800 func (typе *constType) BaseName(arch Arch) string { argument
804 func (typе *constType) Name(arch Arch) string { argument
811 func (*constType) Kind(Arch) Kind { argument
815 func (typе *constType) Elem(Arch) Type { argument
819 func (typе *constType) Field(i uint, arch Arch) FieldInfo { argument
[all …]
/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp385 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrection_Aidl() local
400 singleSatCorrection.constellation = static_cast<GnssConstellationType_Aidl>(constType); in getSingleSatCorrection_Aidl()
421 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrectionList_1_0() local
423 singleSatCorrection.constellation = static_cast<GnssConstellationType_V1_0>(constType), in getSingleSatCorrectionList_1_0()
440 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrectionList_1_1() local
444 .constellation = static_cast<GnssConstellationType_V2_0>(constType), in getSingleSatCorrectionList_1_1()