Home
last modified time | relevance | path

Searched refs:setFace (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace() function
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace() function
DrsAdapter.cpp82 a->setFace((RsAllocationCubemapFace)value); in rsi_Adapter1DSetConstraint()
156 a->setFace((RsAllocationCubemapFace)value); in rsi_Adapter2DSetConstraint()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1722 adapter.setFace(Type.CubemapFace.POSITIVE_X); in createCubemapFromCubeFaces()
1724 adapter.setFace(Type.CubemapFace.NEGATIVE_X); in createCubemapFromCubeFaces()
1726 adapter.setFace(Type.CubemapFace.POSITIVE_Y); in createCubemapFromCubeFaces()
1728 adapter.setFace(Type.CubemapFace.NEGATIVE_Y); in createCubemapFromCubeFaces()
1730 adapter.setFace(Type.CubemapFace.POSITIVE_Z); in createCubemapFromCubeFaces()
1732 adapter.setFace(Type.CubemapFace.NEGATIVE_Z); in createCubemapFromCubeFaces()
DAllocationAdapter.java154 public void setFace(Type.CubemapFace cf) { in setFace() method in AllocationAdapter
/frameworks/base/api/
Dsystem-current.txt27589 method public void setFace(android.renderscript.Type.CubemapFace);
Dcurrent.txt25997 method public void setFace(android.renderscript.Type.CubemapFace);