HomeSort by relevance Sort by last modified time
    Searched refs:specVersion (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /libcore/ojluni/src/main/java/java/lang/
Package.java 143 return specVersion;
231 if (specVersion == null || specVersion.length() < 1) {
235 String [] sa = specVersion.split("\\.", -1);
367 // String ver = specVersion;
448 * @param specversion the version of the specification
456 String spectitle, String specversion, String specvendor,
465 specVersion = specversion;
482 String specVersion= null
    [all...]
ClassLoader.java     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.cpp 236 if (required.minVersion && required.minVersion.get() > extensionProperties.specVersion)
239 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion)
250 if (required.minSpecVersion && required.minSpecVersion.get() > layerProperties.specVersion)
253 if (required.maxSpecVersion && required.maxSpecVersion.get() < layerProperties.specVersion)
vkStructTypes.inl 306 deUint32 specVersion;
312 deUint32 specVersion;
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 470 String specTitle = null, specVersion = null, specVendor = null;
478 specVersion = attr.getValue(Name.SPECIFICATION_VERSION);
490 if (specVersion == null) {
491 specVersion = attr.getValue(Name.SPECIFICATION_VERSION);
512 return definePackage(name, specTitle, specVersion, specVendor,
  /external/vulkan-validation-layers/loader/
wsi.c 42 .specVersion = VK_KHR_SURFACE_SPEC_VERSION,
48 .specVersion = VK_KHR_WIN32_SURFACE_SPEC_VERSION,
55 .specVersion = VK_KHR_MIR_SURFACE_SPEC_VERSION,
62 .specVersion = VK_KHR_WAYLAND_SURFACE_SPEC_VERSION,
69 .specVersion = VK_KHR_XCB_SURFACE_SPEC_VERSION,
76 .specVersion = VK_KHR_XLIB_SURFACE_SPEC_VERSION,
83 .specVersion = VK_KHR_ANDROID_SURFACE_REVISION,
    [all...]
debug_report.c 48 .specVersion = VK_EXT_DEBUG_REPORT_SPEC_VERSION,
loader.c 587 VK_MAJOR(ext_props[i].specVersion),
588 VK_MINOR(ext_props[i].specVersion),
589 VK_PATCH(ext_props[i].specVersion));
620 VK_MAJOR(ext_props[i].specVersion),
621 VK_MINOR(ext_props[i].specVersion),
622 VK_PATCH(ext_props[i].specVersion));
658 VK_MAJOR(ext_props[i].specVersion),
659 VK_MINOR(ext_props[i].specVersion),
660 VK_PATCH(ext_props[i].specVersion));
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.h 60 OMX_OUT OMX_VERSIONTYPE* specVersion,
omx_core_cmp.cpp 110 OMX_OUT OMX_VERSIONTYPE* specVersion,
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.h 60 OMX_OUT OMX_VERSIONTYPE* specVersion,
omx_core_cmp.cpp 110 OMX_OUT OMX_VERSIONTYPE* specVersion,
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.h 60 OMX_OUT OMX_VERSIONTYPE* specVersion,
omx_core_cmp.cpp 110 OMX_OUT OMX_VERSIONTYPE* specVersion,
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
  /hardware/qcom/media/msmcobalt/mm-core/src/common/
omx_core_cmp.h 60 OMX_OUT OMX_VERSIONTYPE* specVersion,
omx_core_cmp.cpp 110 OMX_OUT OMX_VERSIONTYPE* specVersion,
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
  /frameworks/native/vulkan/libvulkan/
driver.cpp 646 pProperties[idx].specVersion =
647 std::min(pProperties[idx].specVersion,
648 loader_debug_report_extension.specVersion);
682 prop.specVersion = VK_KHR_SWAPCHAIN_SPEC_VERSION;
  /frameworks/native/vulkan/tools/
vkinfo.cpp 342 printf("%s%s (v%u)\n", Indent(indent), e.extensionName, e.specVersion);
352 VK_VERSION_MAJOR(layers[i].specVersion),
353 VK_VERSION_MINOR(layers[i].specVersion),
354 VK_VERSION_PATCH(layers[i].specVersion),
  /external/vulkan-validation-layers/demos/
vulkaninfo.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 264 OMX_VERSIONTYPE *specVersion,
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 290 OMX_VERSIONTYPE *specVersion,
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 316 visitor->Visit("specVersion", &properties->specVersion);
323 visitor->Visit("specVersion", &properties->specVersion) &&
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 318 OMX_VERSIONTYPE *specVersion,
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 320 OMX_VERSIONTYPE *specVersion,
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 317 OMX_VERSIONTYPE *specVersion,
    [all...]

Completed in 701 milliseconds

1 2 3 4