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

  /external/libmojo/base/android/
jni_android.h 89 TYPE_INSTANCE,
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 166 TYPE_INSTANCE = 1 # Bound to VkInstance
179 return Function.TYPE_INSTANCE
185 return Function.TYPE_INSTANCE
638 elif function.getType() == Function.TYPE_INSTANCE:
686 elif function.type == Function.TYPE_INSTANCE:
815 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"):
877 instanceFuncs = set([Function.TYPE_INSTANCE])

Completed in 311 milliseconds