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

  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 38 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
41 : NativeWindow(CAPABILITIES)
55 : NativeWindowFactory("nullws", "NullWS Window", Window::CAPABILITIES)
68 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY;
71 : NativePixmap(CAPABILITIES)
85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES)
98 static const Capability CAPABILITIES = CAPABILITY_GET_DISPLAY_LEGACY;
101 : eglu::NativeDisplay(CAPABILITIES)
124 : eglu::NativeDisplayFactory ("nullws", "NullWS Display", Display::CAPABILITIES)
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 61 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY|
65 : NativeDisplay (CAPABILITIES,
86 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
104 : NativeWindow (CAPABILITIES)
137 : NativeWindowFactory ("window", "Wayland Window", Window::CAPABILITIES)
177 Display::CAPABILITIES,
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 106 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY |
110 : NativeDisplay (CAPABILITIES,
130 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY |
152 : NativeWindow (CAPABILITIES)
186 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES)
222 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
228 : NativePixmap (CAPABILITIES)
242 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
274 Display::CAPABILITIES,
  /hardware/qcom/gps/msm8909/core/
ContextBase.h 50 uint32_t CAPABILITIES;
122 unsigned long capabilities) {
123 mLBSProxy->requestUlp(adapter, capabilities);
  /hardware/qcom/gps/msm8996/core/
ContextBase.h 50 uint32_t CAPABILITIES;
122 unsigned long capabilities) {
123 mLBSProxy->requestUlp(adapter, capabilities);
  /hardware/qcom/gps/msm8909w_3100/core/
ContextBase.h 52 uint32_t CAPABILITIES;
130 unsigned long capabilities) {
131 mLBSProxy->requestUlp(adapter, capabilities);
  /hardware/qcom/gps/msm8998/core/
ContextBase.h 52 uint32_t CAPABILITIES;
130 unsigned long capabilities) {
131 mLBSProxy->requestUlp(adapter, capabilities);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 114 static const Capability CAPABILITIES[] =
572 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx)
577 string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[tyIdx].name + "_float";
579 specs["capability"] = CAPABILITIES[capIdx].cap;
580 specs["storage"] = CAPABILITIES[capIdx].decor;
624 spec.inputTypes[0] = CAPABILITIES[capIdx].dtype;
629 spec.requestedVulkanFeatures = get16BitStorageFeatures(CAPABILITIES[capIdx].name);
698 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx)
703 string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[tyIdx].name;
705 specs["capability"] = CAPABILITIES[capIdx].cap
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 152 uint32_t CAPABILITIES;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 152 uint32_t CAPABILITIES;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.h 147 unsigned long CAPABILITIES;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.h 152 uint32_t CAPABILITIES;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 239 .put(AccountColumns.CAPABILITIES, Integer.class)
409 * This integer column contains a bit field of the possible capabilities that this account
412 public static final String CAPABILITIES = "capabilities";
    [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 874 milliseconds