Searched refs:RS_TYPE_FLOAT_32 (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/
H A DrsProgramVertex.cpp170 ObjectBaseRef<const Element> f2Elem = Element::createRef(rsc, RS_TYPE_FLOAT_32,
172 ObjectBaseRef<const Element> f3Elem = Element::createRef(rsc, RS_TYPE_FLOAT_32,
174 ObjectBaseRef<const Element> f4Elem = Element::createRef(rsc, RS_TYPE_FLOAT_32,
H A DrsComponent.cpp138 case RS_TYPE_FLOAT_32:
H A DrsProgramFragment.cpp105 ObjectBaseRef<const Element> colorElem = Element::createRef(rsc, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 4);
H A DrsDefines.h139 RS_TYPE_FLOAT_32, enumerator in enum:RsDataType
H A DrsFont.cpp507 ObjectBaseRef<const Element> colorElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32,
509 ObjectBaseRef<const Element> gammaElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32,
607 ObjectBaseRef<const Element> posElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 3);
608 ObjectBaseRef<const Element> texElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 2);
/frameworks/rs/driver/
H A DrsdMeshObj.cpp56 if (dt != RS_TYPE_FLOAT_32 && dt != RS_TYPE_UNSIGNED_8 &&
113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32;
H A DrsdRuntimeStubs.cpp772 ELEMENT_AT(float, RS_TYPE_FLOAT_32, 1)
773 ELEMENT_AT(float2, RS_TYPE_FLOAT_32, 2)
774 ELEMENT_AT(float3, RS_TYPE_FLOAT_32, 3)
775 ELEMENT_AT(float4, RS_TYPE_FLOAT_32, 4)
H A DrsdAllocation.cpp68 case RS_TYPE_FLOAT_32: return GL_FLOAT;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp183 if (ein->getType() == RS_TYPE_FLOAT_32) {
185 key.u.inType = RS_TYPE_FLOAT_32;
186 rsAssert(key.u.inType == RS_TYPE_FLOAT_32);
188 if (eout->getType() == RS_TYPE_FLOAT_32) {
190 key.u.outType = RS_TYPE_FLOAT_32;
191 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
H A DrsCpuIntrinsicConvolve3x3.cpp461 if (e->getType() == RS_TYPE_FLOAT_32) {
H A DrsCpuIntrinsicConvolve5x5.cpp647 if (e->getType() == RS_TYPE_FLOAT_32) {
/frameworks/rs/scriptc/
H A Drs_types.rsh480 RS_TYPE_FLOAT_32 = 2,
/frameworks/rs/cpp/
H A DAllocation.cpp101 if (dt == RS_TYPE_FLOAT_32) {
H A DElement.cpp207 case RS_TYPE_FLOAT_32:

Completed in 99 milliseconds