HomeSort by relevance Sort by last modified time
    Searched defs:dstOffsets (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/
turbojpeg-jni.c 398 int *dstOffsets = NULL, *dstStrides = NULL;
423 bailif0(dstOffsets = (*env)->GetPrimitiveArrayCritical(env, jDstOffsets, 0));
432 if (dstOffsets[i] < 0)
434 if (dstStrides[i] < 0 && dstOffsets[i] - planeSize + pw < 0)
438 if ((*env)->GetArrayLength(env, jDstPlanes[i]) < dstOffsets[i] + planeSize)
443 dstPlanes[i] = &dstPlanes[i][dstOffsets[i]];
461 if (dstOffsets)
462 (*env)->ReleasePrimitiveArrayCritical(env, jDstOffsets, dstOffsets, 0);
755 int *dstOffsets = NULL, *dstStrides = NULL;
789 bailif0(dstOffsets = (*env)->GetPrimitiveArrayCritical(env, jDstOffsets, 0))
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/swiftshader/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]

Completed in 409 milliseconds