Searched defs:Sampler (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsSampler.cpp25 Sampler::Sampler(Context *rsc) : ObjectBase(rsc) { function in class:Sampler
30 Sampler::Sampler(Context *rsc, function in class:Sampler
47 Sampler::~Sampler() {
51 void Sampler::preDestroy() const {
60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) {
65 void Sampler::unbindFromContext(SamplerState *ss) {
71 void Sampler
[all...]
H A DrsSampler.h37 class Sampler : public ObjectBase { class in namespace:android::renderscript
54 static ObjectBaseRef<Sampler> getSampler(Context *,
66 static Sampler *createFromStream(Context *rsc, IStream *stream);
72 virtual ~Sampler();
75 Sampler(Context *);
76 Sampler(Context *,
88 ObjectBaseRef<Sampler> mSamplers[RS_MAX_SAMPLER_SLOT];
97 Vector<Sampler *> mAllSamplers;
/frameworks/base/graphics/java/android/renderscript/
H A DSampler.java31 * Sampler object that defines how Allocations can be read as textures within a
35 * Any Allocation used with a Sampler must have been created with {@link
36 * android.renderscript.Allocation#USAGE_GRAPHICS_TEXTURE}; using a Sampler on
40 public class Sampler extends BaseObj { class in inherits:BaseObj
63 Sampler(int id, RenderScript rs) { method in class:Sampler
108 * @return Sampler
110 public static Sampler CLAMP_NEAREST(RenderScript rs) {
128 * @return Sampler
130 public static Sampler CLAMP_LINEAR(RenderScript rs) {
148 * @return Sampler
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java31 * Sampler object that defines how Allocations can be read as textures within a
35 * Any Allocation used with a Sampler must have been created with {@link
37 * Sampler on an {@link android.support.v8.renderscript.Allocation} that was not
42 public class Sampler extends BaseObj { class in inherits:BaseObj
65 Sampler(int id, RenderScript rs) { method in class:Sampler
110 * @return Sampler
112 public static Sampler CLAMP_NEAREST(RenderScript rs) {
130 * @return Sampler
132 public static Sampler CLAMP_LINEAR(RenderScript rs) {
150 * @return Sampler
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h127 * internal members of the C++ class Sampler owned by librs. Unfortunately,
140 typedef struct Sampler { struct

Completed in 121 milliseconds