Home
last modified time | relevance | path

Searched refs:setFace (Results 1 – 5 of 5) 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/graphics/java/android/renderscript/
DAllocationAdapter.java159 public void setFace(Type.CubemapFace cf) { in setFace() method in AllocationAdapter
DAllocation.java1713 adapter.setFace(Type.CubemapFace.POSITIVE_X); in createCubemapFromCubeFaces()
1715 adapter.setFace(Type.CubemapFace.NEGATIVE_X); in createCubemapFromCubeFaces()
1717 adapter.setFace(Type.CubemapFace.POSITIVE_Y); in createCubemapFromCubeFaces()
1719 adapter.setFace(Type.CubemapFace.NEGATIVE_Y); in createCubemapFromCubeFaces()
1721 adapter.setFace(Type.CubemapFace.POSITIVE_Z); in createCubemapFromCubeFaces()
1723 adapter.setFace(Type.CubemapFace.NEGATIVE_Z); in createCubemapFromCubeFaces()
/frameworks/base/api/
Dcurrent.txt21786 method public void setFace(android.renderscript.Type.CubemapFace);