OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rs_sampler
(Results
1 - 25
of
35
) sorted by null
1
2
/frameworks/rs/rsov/driver/
rsovSampler.cpp
23
using android::renderscript::
rs_sampler
;
30
rs_sampler
*obj) {
rsovSampler.h
31
android::renderscript::
rs_sampler
*obj);
/frameworks/rs/driver/runtime/
rs_sampler.c
8
rsSamplerGetMinification(
rs_sampler
s) {
17
rsSamplerGetMagnification(
rs_sampler
s) {
26
rsSamplerGetWrapS(
rs_sampler
s) {
35
rsSamplerGetWrapT(
rs_sampler
s) {
44
rsSamplerGetAnisotropy(
rs_sampler
s) {
Android.mk
30
rs_sampler
.c \
/frameworks/rs/driver/
rsdSampler.cpp
34
using android::renderscript::
rs_sampler
;
46
rs_sampler
*obj)
rsdSampler.h
31
android::renderscript::
rs_sampler
*obj);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
sample.rs
23
static
rs_sampler
allocSampler;
25
void setSampleData(rs_allocation dest, rs_allocation source,
rs_sampler
sampler) {
/frameworks/rs/script_api/include/
rs_object_info.rsh
169
rsClearObject(
rs_sampler
* dst);
195
rsIsObject(
rs_sampler
v);
392
rsSamplerGetAnisotropy(
rs_sampler
s);
404
rsSamplerGetMagnification(
rs_sampler
s);
416
rsSamplerGetMinification(
rs_sampler
s);
428
rsSamplerGetWrapS(
rs_sampler
s);
440
rsSamplerGetWrapT(
rs_sampler
s);
457
rsSetObject(
rs_sampler
* dst,
rs_sampler
src);
rs_object_types.rsh
75
*
rs_sampler
: Handle to a Sampler
81
typedef struct
rs_sampler
_RS_OBJECT_DECL
rs_sampler
;
/prebuilts/sdk/renderscript/include/
rs_object_info.rsh
169
rsClearObject(
rs_sampler
* dst);
195
rsIsObject(
rs_sampler
v);
392
rsSamplerGetAnisotropy(
rs_sampler
s);
404
rsSamplerGetMagnification(
rs_sampler
s);
416
rsSamplerGetMinification(
rs_sampler
s);
428
rsSamplerGetWrapS(
rs_sampler
s);
440
rsSamplerGetWrapT(
rs_sampler
s);
457
rsSetObject(
rs_sampler
* dst,
rs_sampler
src);
rs_object_types.rsh
75
*
rs_sampler
: Handle to a Sampler
81
typedef struct
rs_sampler
_RS_OBJECT_DECL
rs_sampler
;
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
fisheye_approx_f.rsh
18
static
rs_sampler
sampler;
24
rs_sampler
sam) {
/frameworks/rs/tests/lldb/tests/harness/
RS_funs.py
[
all
...]
/frameworks/rs/script_api/
rs_object_info.spec
138
t: rs_element, rs_type, rs_allocation,
rs_sampler
, rs_script
151
t: rs_element, rs_type, rs_allocation,
rs_sampler
, rs_script
313
arg:
rs_sampler
s
325
arg:
rs_sampler
s
337
arg:
rs_sampler
s
349
arg:
rs_sampler
s
361
arg:
rs_sampler
s
371
t: rs_element, rs_type, rs_allocation,
rs_sampler
, rs_script
/frameworks/rs/tests/cpp_api/cppbasic/
mono.rs
48
rs_sampler
sampler;
/frameworks/rs/tests/cpp_api/cppbasic-shared/
mono.rs
48
rs_sampler
sampler;
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
fisheye.rsh
18
rs_sampler
sampler;
fisheye_approx.rsh
18
rs_sampler
sampler;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh
18
rs_sampler
sampler;
fisheye_approx.rsh
18
rs_sampler
sampler;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh
18
rs_sampler
sampler;
fisheye_approx.rsh
18
rs_sampler
sampler;
/frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs
78
rs_sampler
sampler_global;
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs
78
rs_sampler
sampler_global;
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs
78
rs_sampler
sampler_global;
Completed in 618 milliseconds
1
2