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 - 7
of
7
) 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,
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h
115
RS_ALLOCATION_USAGE_IO_OUTPUT
= 0x0040,
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h
115
RS_ALLOCATION_USAGE_IO_OUTPUT
= 0x0040,
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
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
) {
500
!(alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
)) {
512
if ((alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
) &&
619
!(alloc->mHal.state.usageFlags &
RS_ALLOCATION_USAGE_IO_OUTPUT
)) {
[
all
...]
Completed in 561 milliseconds