Searched refs:setFace (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/
H A DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} function in class:android::renderscript::Adapter1D
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} function in class:android::renderscript::Adapter2D
H A DrsAdapter.cpp82 a->setFace((RsAllocationCubemapFace)value);
156 a->setFace((RsAllocationCubemapFace)value);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} function in class:android::renderscript::Adapter1D
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} function in class:android::renderscript::Adapter2D
H A DrsAdapter.cpp82 a->setFace((RsAllocationCubemapFace)value);
156 a->setFace((RsAllocationCubemapFace)value);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java158 public void setFace(Type.CubemapFace cf) { method in class:AllocationAdapter
H A DAllocation.java1337 adapter.setFace(Type.CubemapFace.POSITIVE_X);
1339 adapter.setFace(Type.CubemapFace.NEGATIVE_X);
1341 adapter.setFace(Type.CubemapFace.POSITIVE_Y);
1343 adapter.setFace(Type.CubemapFace.NEGATIVE_Y);
1345 adapter.setFace(Type.CubemapFace.POSITIVE_Z);
1347 adapter.setFace(Type.CubemapFace.NEGATIVE_Z);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java158 public void setFace(Type.CubemapFace cf) { method in class:AllocationAdapter
H A DAllocation.java1172 adapter.setFace(Type.CubemapFace.POSITIVE_X);
1174 adapter.setFace(Type.CubemapFace.NEGATIVE_X);
1176 adapter.setFace(Type.CubemapFace.POSITIVE_Y);
1178 adapter.setFace(Type.CubemapFace.NEGATIVE_Y);
1180 adapter.setFace(Type.CubemapFace.POSITIVE_Z);
1182 adapter.setFace(Type.CubemapFace.NEGATIVE_Z);

Completed in 77 milliseconds