HomeSort by relevance Sort by last modified time
    Searched refs:RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE (Results 1 - 15 of 15) sorted by null

  /frameworks/rs/scriptc/
rs_object_types.rsh 117 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, // Deprecated.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 117 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, // Deprecated.
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_types.rsh 410 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_types.rsh 410 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_types.rsh 410 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
  /frameworks/rs/
rsDefines.h 91 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
rsAllocation.h 159 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
rsFont.cpp 558 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 110 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 110 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 110 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002,
  /frameworks/rs/api/
rs_object_types.spec 105 value: RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, "Deprecated."
  /frameworks/rs/cpp/
Allocation.cpp 46 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE |
60 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE |
158 case RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE:
  /frameworks/rs/driver/runtime/
rs_sample.c 546 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) {
599 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) {
644 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) {
  /frameworks/rs/driver/
rsdAllocation.cpp 394 alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE))) {
436 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) {
656 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) {
    [all...]

Completed in 67 milliseconds