OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_SAMPLER_LINEAR_MIP_LINEAR
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/cpp/
Sampler.cpp
81
CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR,
RS_SAMPLER_LINEAR_MIP_LINEAR
, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
84
CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR,
RS_SAMPLER_LINEAR_MIP_LINEAR
, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
87
CREATE_SAMPLER(MIRRORED_REPEAT_LINEAR_MIP_LINEAR,
RS_SAMPLER_LINEAR_MIP_LINEAR
, RS_SAMPLER_LINEAR, RS_SAMPLER_MIRRORED_REPEAT, RS_SAMPLER_MIRRORED_REPEAT);
/frameworks/rs/script_api/include/
rs_object_types.rsh
223
RS_SAMPLER_LINEAR_MIP_LINEAR
= 2,
/prebuilts/sdk/renderscript/include/
rs_object_types.rsh
223
RS_SAMPLER_LINEAR_MIP_LINEAR
= 2,
/frameworks/rs/
rsDefines.h
189
RS_SAMPLER_LINEAR_MIP_LINEAR
,
/frameworks/rs/script_api/
rs_object_types.spec
205
value:
RS_SAMPLER_LINEAR_MIP_LINEAR
= 2
/frameworks/rs/driver/runtime/
rs_sample.c
560
if (sampleMin ==
RS_SAMPLER_LINEAR_MIP_LINEAR
) {
613
if (sampleMin ==
RS_SAMPLER_LINEAR_MIP_LINEAR
) {
Completed in 55 milliseconds