HomeSort by: relevance | last modified time | path
    Searched refs:numInts (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/android_stub/cutils/
native_handle.h 38 int numInts; /* number of ints at &data[numFds] */
43 int data[0]; /* numFds + numInts ints */
65 * NATIVE_HANDLE_DECLARE_STORAGE. numFds and numInts must not respectively
68 native_handle_t* native_handle_init(char* storage, int numFds, int numInts);
75 * numInts must be <= NATIVE_HANDLE_MAX_INTS, and both must be >= 0.
78 native_handle_t* native_handle_create(int numFds, int numInts);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_android.c 144 if (gralloc_info->handle->numInts < 2) {
146 "VkNativeBufferANDROID::handle::numInts is %d, "

Completed in 5 milliseconds