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

  /frameworks/rs/scriptc/
rs_object_types.rsh 192 RS_KIND_PIXEL_DEPTH = 12, // Depth for a depth texture.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 192 RS_KIND_PIXEL_DEPTH = 12, // Depth for a depth texture.
  /frameworks/rs/cpp/
Element.cpp 334 dk == RS_KIND_PIXEL_DEPTH ||
359 if (dt == RS_TYPE_UNSIGNED_16 && dk != RS_KIND_PIXEL_DEPTH) {
375 case RS_KIND_PIXEL_DEPTH:
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_types.rsh 532 RS_KIND_PIXEL_DEPTH = 12,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_types.rsh 532 RS_KIND_PIXEL_DEPTH = 12,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_types.rsh 532 RS_KIND_PIXEL_DEPTH = 12,
  /frameworks/rs/
rsDefines.h 165 RS_KIND_PIXEL_DEPTH,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 183 RS_KIND_PIXEL_DEPTH,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 183 RS_KIND_PIXEL_DEPTH,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 183 RS_KIND_PIXEL_DEPTH,
  /frameworks/rs/api/
rs_object_types.spec 169 value: RS_KIND_PIXEL_DEPTH = 12, "Depth for a depth texture."
  /frameworks/rs/driver/
rsdAllocation.cpp 84 case RS_KIND_PIXEL_DEPTH: return GL_DEPTH_COMPONENT16;
    [all...]

Completed in 38 milliseconds