Home
last modified time | relevance | path

Searched defs:component (Results 1 – 24 of 24) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp31 OMX_COMPONENTTYPE **component) in GoldfishOMXComponent()
116 OMX_HANDLETYPE component, in SendCommandWrapper()
129 OMX_HANDLETYPE component, in GetParameterWrapper()
141 OMX_HANDLETYPE component, in SetParameterWrapper()
153 OMX_HANDLETYPE component, in GetConfigWrapper()
165 OMX_HANDLETYPE component, in SetConfigWrapper()
177 OMX_HANDLETYPE component, in GetExtensionIndexWrapper()
189 OMX_HANDLETYPE component, in UseBufferWrapper()
204 OMX_HANDLETYPE component, in AllocateBufferWrapper()
218 OMX_HANDLETYPE component, in FreeBufferWrapper()
[all …]
DGoldfishOMXPlugin.cpp128 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
199 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
DGoldfishVideoDecoderOMXComponent.cpp53 OMX_COMPONENTTYPE **component) in GoldfishVideoDecoderOMXComponent()
DSimpleGoldfishOMXComponent.cpp32 OMX_COMPONENTTYPE **component) in SimpleGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp61 OMX_COMPONENTTYPE** component, in GoldfishVPX()
503 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp216 c2_node_id_t id, std::shared_ptr<C2Component> *component, in createComponent()
348 C2String name, std::shared_ptr<C2Component> *const component) { in createComponent()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp77 OMX_COMPONENTTYPE **component, RenderMode renderMode) in GoldfishAVCDec()
634 OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc68 for (auto& component : components) { in SuperPartitionComponents() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DStateTrackingSupport.h134 android::base::HybridComponentManager<1000, uint32_t, std::shared_ptr<RboProps>> component; member
206 android::base::HybridComponentManager<1000, uint32_t, SamplerProps> component; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.h77 uint32_t component = kInvalid; member
Dglslang_wrapper_utils.cpp211 uint32_t component, in AddLocationInfo()
551 uint32_t component = ShaderInterfaceVariableInfo::kInvalid; in AssignVaryingLocations() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DConfig.cpp185 static bool wantsComponent(const AttributeMap &attributeMap, EGLAttrib component) in wantsComponent()
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc314 ComponentDisk* component = disk.add_component_disks(); in MakeCompositeDiskSpec() local
330 ComponentDisk* component = disk.add_component_disks(); in MakeCompositeDiskSpec() local
/device/generic/vulkan-cereal/base/
DPathUtils.cpp252 const auto& component = components[n]; in recompose() local
/device/generic/vulkan-cereal/fake-android-guest/system/
Dgraphics.h150 android_flex_component_t component; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
DglcShaderConstExprTests_override.cpp279 for (int component = minComponents - 1; component < maxComponents; component++) in createTests() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp320 GLenum GetSwizzleStateComponent(const gl::SwizzleState &swizzleState, GLenum component) in GetSwizzleStateComponent()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp980 for (size_t component = 0; component < kHLSLGatherFunctions.size(); ++component) in OutputTextureGatherFunctionBody() local
DParseContext.cpp5816 int component = componentConstantUnion->getIConst(0); in checkTextureGather() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp900 std::shared_ptr<C2Component> *const component, in createComponent()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp1129 std::shared_ptr<C2Component> *const component, in createComponent()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp1082 std::shared_ptr<C2Component> *const component, in createComponent()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DTextureUtils.cpp731 GLenum swizzleComponentOf(const TextureSwizzle& s, GLenum component) { in swizzleComponentOf()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DUniformTest.cpp1041 for (int component = 0; component < array.components; component++) in TEST_P() local