OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_ALLOCATION_USAGE_IO_OUTPUT
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsFBOCache.cpp
53
if (!(a->getIsTexture() || (a->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
))) {
rsDefines.h
115
RS_ALLOCATION_USAGE_IO_OUTPUT
= 0x0040,
/frameworks/rs/cpp/
Allocation.cpp
50
RS_ALLOCATION_USAGE_IO_OUTPUT
|
154
if ((mUsage &
RS_ALLOCATION_USAGE_IO_OUTPUT
) == 0) {
/frameworks/rs/driver/
rsdAllocation.cpp
382
if (alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
) {
493
!(alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
)) {
505
if ((alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
) &&
608
!(alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
)) {
[
all
...]
Completed in 220 milliseconds