HomeSort by relevance Sort by last modified time
    Searched refs:component (Results 201 - 225 of 1396) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 263 explicit component_t(const pixel_t& rhs, int component) {
265 rhs.format.c[component].l,
266 rhs.format.c[component].h,
374 const pixel_t& texel, int component);
378 const pixel_t& texel, int component);
382 const pixel_t& texel, int component, int tmu);
386 const pixel_t& texel, int component);
391 void extract(integer_t& d, const pixel_t& s, int component);
392 void extract(component_t& d, const pixel_t& s, int component);
397 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither)
    [all...]
blending.cpp 34 int component,
37 if (mInfo[component].fog) {
49 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
67 int component,
70 if (!mInfo[component].blend)
73 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
74 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
75 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA)
80 // that component (eg: GL_ZERO:GL_*), so the register has not been
120 // see if we need to extract 'component' from the destination (fb
    [all...]
  /external/swiftshader/src/Renderer/
PixelProcessor.cpp 1016 for(int component = 0; component < 4; component++)
1018 if(context->textureActive(coordinate, component))
1020 state.texture[coordinate].component |= 1 << component;
1024 state.texture[coordinate].flat |= 1 << component;
1048 for(int component = 0; component < 4; component++
    [all...]
QuadRasterizer.cpp 242 for(int component = 0; component < 4; component++)
244 if(state.interpolant[interpolant].component & (1 << component))
246 Dv[interpolant][component] = *Pointer<Float4>(primitive + OFFSET(Primitive,V[interpolant][component].C), 16);
248 if(!(state.interpolant[interpolant].flat & (1 << component)))
250 Dv[interpolant][component] += yyyy * *Pointer<Float4>(primitive + OFFSET(Primitive,V[interpolant][component].B), 16)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsApplication.java 503 // Ensure this component is still configured as the preferred activity. Usually the
624 final ComponentName component = new ComponentName(oldAppData.mPackageName, local
626 oldAppIntent.setComponent(component);
642 final ComponentName component = new ComponentName(applicationData.mPackageName, local
644 intent.setComponent(component);
805 ComponentName component = null; local
828 ComponentName component = null; local
852 ComponentName component = null; local
878 ComponentName component = null; local
903 ComponentName component = null; local
928 ComponentName component = null; local
974 final ComponentName component = getDefaultSmsApplication(context, false); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Vtf.py 154 for component in self.ComponentStatementList :
155 if component.CompLoc.upper() != 'NONE' and not (component.CompLoc.upper() in FvList):
156 FvList.append(component.CompLoc.upper())
  /external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/
HomeFragment.java 33 ((HomeActivity) getActivity()).component().inject(this);
  /external/replicaisland/src/com/replica/replicaisland/
SpriteComponent.java 21 * and provides a drawable surface with the correct animation frame to a render component each
109 // pass it off to the render component for drawing.
186 public final void setRenderComponent(RenderComponent component) {
187 mRenderComponent = component;
190 public final void setCollisionComponent(DynamicCollisionComponent component) {
191 mCollisionComponent = component;
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 88 int component,
91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
170 int component,
174 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
  /frameworks/av/media/libstagefright/codec2/include/
C2Component.h 41 virtual void onWorkDone(std::weak_ptr<C2Component> component,
44 virtual void onTripped(std::weak_ptr<C2Component> component,
47 virtual void onError(std::weak_ptr<C2Component> component,
59 * Component interface object. This object contains all of the configuration of a potential or
60 * actual component. It can be created and used independently of an actual C2Component instance to
61 * query support and parameters for various component settings and configurations for a potential
62 * component. Actual components also expose this interface.
71 * Returns the name of this component or component interface object.
72 * This is a unique name for this component or component interface 'class'; however, multipl
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.h 33 OMX_COMPONENTTYPE **component);
SoftAACEncoder2.h 32 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 29 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 35 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 40 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 31 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 33 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 46 OMX_COMPONENTTYPE **component);
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 32 OMX_COMPONENTTYPE **component);
  /frameworks/base/core/java/android/app/usage/
UsageStatsManagerInternal.java 34 * @param component The component for which this event occurred.
35 * @param userId The user id to which the component belongs to.
39 public abstract void reportEvent(ComponentName component, int userId, int eventType);
45 * @param userId The user id to which the component belongs to.
  /frameworks/base/core/java/android/companion/
CompanionDeviceManager.java 64 * The package name of the companion device discovery component.
200 * Request notification access for the given component.
202 * The given component must follow the protocol specified in {@link NotificationListenerService}
212 public void requestNotificationAccess(ComponentName component) {
217 IntentSender intentSender = mService.requestNotificationAccess(component)
228 * Check whether the given component can access the notifications via a
236 * @param component the name of the component
237 * @return whether the given component has the notification listener permission
239 public boolean hasNotificationAccess(ComponentName component) {
    [all...]
  /frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
AppListFragment.java 61 Log.i("AppListFragment", "Item clicked: " + position + " -- " + item.component);
66 args.putParcelable(BrowserListFragment.ARG_COMPONENT, item.component);
78 final ComponentName component; field in class:AppListFragment.Item
82 this.component = c;
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
InstanceAdapterTest.java 122 DataBindingComponent component = DataBindingUtil.getDefaultComponent(); local
124 IncludeInstanceAdapterBinding binding = IncludeInstanceAdapterBinding.inflate(getActivity().getLayoutInflater(), component);
133 DataBindingComponent component = DataBindingUtil.getDefaultComponent(); local
136 R.layout.include_instance_adapter, component);
149 assertEquals("World component", mBinder.textView6.getText().toString());
157 assertEquals("Hello World component bar baz", mBinder.textView7.getText().toString());
165 assertEquals("Hello World foo component bar", mBinder.textView8.getText().toString());
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
DumpTargetWrapper.java 127 if (!TextUtils.isEmpty(t.component)) {
128 typeStr += ", component=" + t.component;
135 node.component = info.getTargetComponent() == null? "":
140 node.component = ((LauncherAppWidgetInfo) info).providerName.flattenToString();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/
UnifiedContentBorder.java 28 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) {
38 public Insets getBorderInsets(Component component) {

Completed in 2343 milliseconds

1 2 3 4 5 6 7 891011>>