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

  /external/libmojo/base/android/
jni_android.cc 201 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
209 template jmethodID MethodID::LazyGet<MethodID::TYPE_INSTANCE>(
259 MethodID::Get<MethodID::TYPE_INSTANCE>(
267 MethodID::Get<MethodID::TYPE_INSTANCE>(
270 MethodID::Get<MethodID::TYPE_INSTANCE>(
281 MethodID::Get<MethodID::TYPE_INSTANCE>(
jni_android.h 133 TYPE_INSTANCE,
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 326 TYPE_INSTANCE = 1 # Bound to VkInstance
342 return Function.TYPE_INSTANCE
346 return Function.TYPE_INSTANCE
880 if function.getType() == Function.TYPE_INSTANCE and function.arguments[0].getType() == "VkPhysicalDevice":
893 if function.getType() == Function.TYPE_INSTANCE and function.arguments[0].getType() == "VkPhysicalDevice":
916 elif function.getType() == Function.TYPE_INSTANCE and function.arguments[0].getType() == "VkPhysicalDevice" and function.alias != None:
    [all...]

Completed in 126 milliseconds