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

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
fp16.rs 100 int zEnd = (gDimZ != 0) ? gDimZ: 1; \
103 for (int z=0; z < zEnd; z++) \
126 int zEnd = (gDimZ != 0) ? gDimZ: 1; \
129 for (int z=0; z < zEnd; z++) { \
single_source_alloc.rs 171 int zEnd = (gDimZ != 0) ? gDimZ: 1;
173 for (int z = 0; z < zEnd; z ++) {
  /frameworks/rs/script_api/include/
rs_for_each.rsh 82 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
  /hardware/interfaces/renderscript/1.0/
types.hal 181 uint32_t zEnd;
  /prebuilts/sdk/renderscript/include/
rs_for_each.rsh 82 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 176 int zEnd = (dimZ != 0) ? dimZ: 1;
178 for (int z = 0; z < zEnd; z ++) {
  /frameworks/rs/
rsDefines.h 246 uint32_t zEnd;
rsHidlAdaptation.cpp     [all...]
  /frameworks/rs/script_api/
rs_for_each.spec 66 field: uint32_t zEnd, "Ending index (exclusive) in the Z dimension."
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 496 milliseconds