| /device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
| H A D | rk_sdmmc.h | 332 unsigned long *caps; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
| H A D | gadget.h | 225 struct usb_ep_caps caps; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/mmc/host/ |
| H A D | rk_sdmmc.h | 363 unsigned long *caps; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
| H A D | gadget.h | 238 struct usb_ep_caps caps; member
|
| /foundation/multimedia/image_effect/frameworks/native/effect/base/ |
| H A D | image_effect_inner.cpp | 317 const std::vector<std::shared_ptr<Capability>> &caps = context->capNegotiate_->GetCapabilityList(); in ChooseIPType() local
|
| /foundation/multimodalinput/input/service/connect_manager/src/ |
| H A D | multimodal_input_connect_stub.cpp | 77 uint64_t caps; in g_parseInputDevice() local
|
| H A D | multimodal_input_connect_proxy.cpp | 68 uint64_t caps; in ParseInputDevice() local
|
| /foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
| H A D | swapchain_layer.cpp | 1382 VkSurfaceCapabilities2KHR* caps = pSurfaceCapabilities; in GetPhysicalDeviceSurfaceCapabilities2KHR() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | dshow.c | 802 void *caps = NULL; in dshow_cycle_formats() local
|
| /third_party/backends/backend/ |
| H A D | mustek_pp_cis.c | 2321 SANE_Status cis_drv_open (SANE_String port, SANE_Int caps, SANE_Int *fd) in cis_drv_open() argument 2282 cis_drv_capabilities(SANE_Int info, SANE_String *model, SANE_String *vendor, SANE_String *type, SANE_Int *maxres, SANE_Int *minres, SANE_Int *maxhsize, SANE_Int *maxvsize, SANE_Int *caps) cis_drv_capabilities() argument
|
| H A D | plustek.h | 355 ScannerCaps caps; /* caps reported by the driver */ member
|
| H A D | u12.h | 239 ScannerCaps caps; /* caps reported by the driver */ member
|
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asoc.h | 529 struct snd_soc_tplg_stream_caps caps[2]; /* playback and capture for DAI */ member 578 struct snd_soc_tplg_stream_caps caps[2]; /* playback and capture for DAI */ member 629 struct snd_soc_tplg_stream_caps_v4 caps[2]; /* playback and capture for DAI */ member
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-context-vhost.h | 690 cap_value_t caps[4]; member
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_context.c | 231 struct u_vbuf_caps caps; in cso_init_vbuf() local
|
| /third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
| H A D | pvr_srv_bridge.c | 145 pvr_srv_get_multicore_info(int fd, uint32_t caps_size, uint64_t *caps, uint32_t *num_cores) pvr_srv_get_multicore_info() argument
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 646 x11_surface_get_capabilities(VkIcdSurfaceBase *icd_surface, struct wsi_device *wsi_device, VkSurfaceCapabilitiesKHR *caps) x11_surface_get_capabilities() argument 707 x11_surface_get_capabilities2(VkIcdSurfaceBase *icd_surface, struct wsi_device *wsi_device, const void *info_next, VkSurfaceCapabilities2KHR *caps) x11_surface_get_capabilities2() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 153 struct u_vbuf_caps caps; member 272 void u_vbuf_get_caps(struct pipe_screen *screen, struct u_vbuf_caps *caps, in u_vbuf_get_caps() argument 351 u_vbuf_create(struct pipe_context *pipe, struct u_vbuf_caps *caps) u_vbuf_create() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_state.c | 2853 nine_state_set_defaults(struct NineDevice9 *device, const D3DCAPS9 *caps, in nine_state_set_defaults() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | renderer11_utils.cpp | 934 void SetUAVRelatedResourceLimits(D3D_FEATURE_LEVEL featureLevel, gl::Caps *caps) in SetUAVRelatedResourceLimits() argument 1290 GetMaximumClientVersion(const Renderer11DeviceCaps &caps) GetMaximumClientVersion() argument 1377 GenerateCaps(ID3D11Device *device, ID3D11DeviceContext *deviceContext, const Renderer11DeviceCaps &renderer11DeviceCaps, const angle::FeaturesD3D &features, const char *description, gl::Caps *caps, gl::TextureCapsMap *textureCapsMap, gl::Extensions *extensions, gl::Limitations *limitations) GenerateCaps() argument [all...] |
| H A D | Context11.cpp | 823 gl::Caps caps = mRenderer->getNativeCaps(); in getNativeCaps() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ProgramLinkedResources.cpp | 123 GLuint GetMaximumShaderUniformVectors(ShaderType shaderType, const Caps &caps) in GetMaximumShaderUniformVectors() argument 807 bool UniformLinker::link(const Caps &caps, in link() argument 1140 flattenUniformsAndCheckCaps(const Caps &caps, InfoLog &infoLog) flattenUniformsAndCheckCaps() argument 1173 checkMaxCombinedAtomicCounters(const Caps &caps, InfoLog &infoLog) checkMaxCombinedAtomicCounters() argument [all...] |
| H A D | queryutils.cpp | 3050 const Caps &caps = glState.getCaps(); in GetQueryParameterInfo() local
|
| H A D | validationES31.cpp | 360 const Caps &caps = context->getCaps(); in ValidateVertexAttribFormatCommon() local 1297 const Caps &caps = context->getCaps(); in ValidateBindVertexBuffer() local 1338 const Caps &caps = context->getCaps(); in ValidateVertexBindingDivisor() local 1406 const Caps &caps = context->getCaps(); in ValidateVertexAttribBinding() local 1486 const Caps &caps = context->getCaps(); ValidateDispatchCompute() local 3235 const Caps &caps = context->getCaps(); ValidateTexBufferRangeBase() local [all...] |
| H A D | validationES1.cpp | 1915 const Caps &caps = context->getCaps(); in ValidateFramebufferTexture2DOES() local
|