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 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
Sampler.cpp
67
CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP,
RS_SAMPLER_LINEAR_MIP_LINEAR
,
RS_SAMPLER_LINEAR_MIP_LINEAR
);
70
CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP,
RS_SAMPLER_LINEAR_MIP_LINEAR
,
RS_SAMPLER_LINEAR_MIP_LINEAR
);
73
CREATE_SAMPLER(MIRRORED_REPEAT_LINEAR_MIP_LINEAR, RS_SAMPLER_MIRRORED_REPEAT, RS_SAMPLER_MIRRORED_REPEAT,
RS_SAMPLER_LINEAR_MIP_LINEAR
,
RS_SAMPLER_LINEAR_MIP_LINEAR
);
/frameworks/rs/scriptc/
rs_types.rsh
617
RS_SAMPLER_LINEAR_MIP_LINEAR
= 2,
/prebuilts/sdk/renderscript/include/
rs_types.rsh
617
RS_SAMPLER_LINEAR_MIP_LINEAR
= 2,
/frameworks/rs/
rsDefines.h
201
RS_SAMPLER_LINEAR_MIP_LINEAR
,
/frameworks/rs/driver/runtime/
rs_sample.c
565
if (sampleMin ==
RS_SAMPLER_LINEAR_MIP_LINEAR
) {
618
if (sampleMin ==
RS_SAMPLER_LINEAR_MIP_LINEAR
) {
Completed in 27 milliseconds