OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_ALLOCATION_USAGE_IO_INPUT
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
Allocation.cpp
49
RS_ALLOCATION_USAGE_IO_INPUT
|
55
if ((usage &
RS_ALLOCATION_USAGE_IO_INPUT
) != 0) {
57
if ((usage & ~(
RS_ALLOCATION_USAGE_IO_INPUT
|
164
if ((mUsage &
RS_ALLOCATION_USAGE_IO_INPUT
) == 0) {
/frameworks/rs/
rsDefines.h
114
RS_ALLOCATION_USAGE_IO_INPUT
= 0x0020,
/frameworks/rs/driver/
rsdAllocation.cpp
169
if (alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_INPUT
) {
384
} else if (alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_INPUT
) {
492
!(alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_INPUT
) &&
[
all
...]
Completed in 25 milliseconds