Searched refs:target (Results 151 - 175 of 531) sorted by relevance

1234567891011>>

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java357 // C function void glBindBuffer ( GLenum target, GLuint buffer )
360 int target,
364 // C function void glBindFramebuffer ( GLenum target, GLuint framebuffer )
367 int target,
371 // C function void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
374 int target,
378 // C function void glBindTexture ( GLenum target, GLuint texture )
381 int target,
423 // C function void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
426 int target,
359 glBindBuffer( int target, int buffer ) argument
366 glBindFramebuffer( int target, int framebuffer ) argument
373 glBindRenderbuffer( int target, int renderbuffer ) argument
380 glBindTexture( int target, int texture ) argument
425 glBufferData( int target, int size, java.nio.Buffer data, int usage ) argument
434 glBufferSubData( int target, int offset, int size, java.nio.Buffer data ) argument
491 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
504 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
518 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
531 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
719 glFramebufferRenderbuffer( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
728 glFramebufferTexture2D( int target, int attachment, int textarget, int texture, int level ) argument
947 glGetBufferParameteriv( int target, int pname, int[] params, int offset ) argument
956 glGetBufferParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
984 glGetFramebufferAttachmentParameteriv( int target, int attachment, int pname, int[] params, int offset ) argument
994 glGetFramebufferAttachmentParameteriv( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
1041 glGetRenderbufferParameteriv( int target, int pname, int[] params, int offset ) argument
1050 glGetRenderbufferParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
1132 glGetTexParameterfv( int target, int pname, float[] params, int offset ) argument
1141 glGetTexParameterfv( int target, int pname, java.nio.FloatBuffer params ) argument
1149 glGetTexParameteriv( int target, int pname, int[] params, int offset ) argument
1158 glGetTexParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
1241 glHint( int target, int mode ) argument
1333 glRenderbufferStorage( int target, int internalformat, int width, int height ) argument
1432 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1446 glTexParameterf( int target, int pname, float param ) argument
1454 glTexParameterfv( int target, int pname, float[] params, int offset ) argument
1463 glTexParameterfv( int target, int pname, java.nio.FloatBuffer params ) argument
1471 glTexParameteri( int target, int pname, int param ) argument
1479 glTexParameteriv( int target, int pname, int[] params, int offset ) argument
1488 glTexParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
1496 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
H A DGLES31Ext.java399 // C function void glTexStorage3DMultisampleOES ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations )
402 int target,
431 // C function void glEnableiEXT ( GLenum target, GLuint index )
434 int target,
438 // C function void glDisableiEXT ( GLenum target, GLuint index )
441 int target,
488 // C function GLboolean glIsEnablediEXT ( GLenum target, GLuint index )
491 int target,
495 // C function void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
498 int target,
401 glTexStorage3DMultisampleOES( int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations ) argument
433 glEnableiEXT( int target, int index ) argument
440 glDisableiEXT( int target, int index ) argument
490 glIsEnablediEXT( int target, int index ) argument
497 glFramebufferTextureEXT( int target, int attachment, int texture, int level ) argument
526 glTexParameterIivEXT( int target, int pname, int[] params, int offset ) argument
535 glTexParameterIivEXT( int target, int pname, java.nio.IntBuffer params ) argument
543 glTexParameterIuivEXT( int target, int pname, int[] params, int offset ) argument
552 glTexParameterIuivEXT( int target, int pname, java.nio.IntBuffer params ) argument
560 glGetTexParameterIivEXT( int target, int pname, int[] params, int offset ) argument
569 glGetTexParameterIivEXT( int target, int pname, java.nio.IntBuffer params ) argument
577 glGetTexParameterIuivEXT( int target, int pname, int[] params, int offset ) argument
586 glGetTexParameterIuivEXT( int target, int pname, java.nio.IntBuffer params ) argument
662 glTexBufferEXT( int target, int internalformat, int buffer ) argument
670 glTexBufferRangeEXT( int target, int internalformat, int buffer, int offset, int size ) argument
[all...]
H A DGLES32.java401 // C function void glEnablei ( GLenum target, GLuint index )
404 int target,
408 // C function void glDisablei ( GLenum target, GLuint index )
411 int target,
458 // C function GLboolean glIsEnabledi ( GLenum target, GLuint index )
461 int target,
509 // C function void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level )
512 int target,
619 // C function void glTexParameterIiv ( GLenum target, GLenum pname, const GLint *params )
622 int target,
403 glEnablei( int target, int index ) argument
410 glDisablei( int target, int index ) argument
460 glIsEnabledi( int target, int index ) argument
511 glFramebufferTexture( int target, int attachment, int texture, int level ) argument
621 glTexParameterIiv( int target, int pname, int[] params, int offset ) argument
630 glTexParameterIiv( int target, int pname, java.nio.IntBuffer params ) argument
638 glTexParameterIuiv( int target, int pname, int[] params, int offset ) argument
647 glTexParameterIuiv( int target, int pname, java.nio.IntBuffer params ) argument
655 glGetTexParameterIiv( int target, int pname, int[] params, int offset ) argument
664 glGetTexParameterIiv( int target, int pname, java.nio.IntBuffer params ) argument
672 glGetTexParameterIuiv( int target, int pname, int[] params, int offset ) argument
681 glGetTexParameterIuiv( int target, int pname, java.nio.IntBuffer params ) argument
757 glTexBuffer( int target, int internalformat, int buffer ) argument
765 glTexBufferRange( int target, int internalformat, int buffer, int offset, int size ) argument
775 glTexStorage3DMultisample( int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations ) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java454 final View target = root.findViewById(viewId);
455 if (target == null) return;
462 if (target == root) {
463 target.setTagInternal(com.android.internal.R.id.fillInIntent, fillInIntent);
504 target.setOnClickListener(listener);
536 final View target = root.findViewById(viewId);
537 if (target == null) return;
540 if (target instanceof AdapterView<?>) {
541 AdapterView<?> av = (AdapterView<?>) target;
632 final View target
1920 resolveDimenPixelOffset(View target, int value) argument
[all...]
/frameworks/base/core/java/android/transition/
H A DTransitionSet.java208 public TransitionSet addTarget(View target) { argument
210 mTransitions.get(i).addTarget(target);
212 return (TransitionSet) super.addTarget(target);
253 public TransitionSet removeTarget(View target) { argument
255 mTransitions.get(i).removeTarget(target);
257 return (TransitionSet) super.removeTarget(target);
261 public TransitionSet removeTarget(Class target) { argument
263 mTransitions.get(i).removeTarget(target);
265 return (TransitionSet) super.removeTarget(target);
269 public TransitionSet removeTarget(String target) { argument
277 excludeTarget(View target, boolean exclude) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DMethodNameInvoker.java40 * @param target destination dispatch type, invokes will be redirected to this dispatcher
43 public MethodNameInvoker(Dispatchable<T> target, Class<T> targetClass) { argument
45 mTarget = target;
62 * @throws IllegalArgumentException if {@code methodName} does not exist on the target class
63 * @throws Throwable will rethrow anything that the target method would normally throw
/frameworks/base/core/java/android/os/
H A DBroadcaster.java30 * target will be sent a copy of that message with targetWhat in the what field.
32 public void request(int senderWhat, Handler target, int targetWhat) argument
41 r.targets[0] = target;
81 if (oldTargets[i] == target && oldWhats[i] == targetWhat) {
90 r.targets[n] = target;
97 * Unregister for notifications for this senderWhat/target/targetWhat tuple.
99 public void cancelRequest(int senderWhat, Handler target, int targetWhat) argument
121 if (targets[i] == target && whats[i] == targetWhat) {
192 Handler target = targets[i];
196 target
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.aidl26 int copyPackage(String packagePath, in IParcelFileDescriptorFactory target);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOutputPort.java32 public void connectTo(InputPort target) { argument
36 mTargetPort = target;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp35 // target for shaders.
196 GLFrame* target = new GLFrame(gl_env_); local
197 target->Init(width_, height_);
198 target->CopyPixelsFrom(this);
199 return target;
380 // Create target frame
381 GLFrame target(gl_env_);
382 target.Init(width_, height_);
384 // Render the texture to the target
385 GetIdentity()->Process(sources, &target);
[all...]
/frameworks/base/packages/SettingsProvider/test/
H A DAndroid.mk6 # because this test is not an instrumentation test. (because the target runs in the system process.)
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java105 // the same {@link #AnimateBoundsUser} target.
108 // {@link #AnimateBoundsUser} target.
116 BoundsAnimator(AnimateBoundsUser target, Rect from, Rect to, argument
119 mTarget = target;
163 // Whoops, the target doesn't feel like animating anymore. Let's immediately finish
175 // Ensure that we have prepared the target for animation before
226 /** Returns true if the animation target is the same as the input bounds. */
250 * Asks the target to directly (without any intermediate steps, like scheduling animation)
253 * @return Whether the target still wants to be animated and successfully finished the
254 * operation. If it returns false, the animation will immediately be cancelled. The target
279 animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) argument
[all...]
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh10 -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp84 const llvm::Target* target = local
87 if (target == nullptr) {
88 ALOGE("Invalid target triple for disassembler: %s (%s)!",
94 target->createMCSubtargetInfo(pTriple, /* CPU */"", /* Features */"");;
101 disassembler = target->createMCDisassembler(*subtarget_info);
103 mc_inst_info = target->createMCInstrInfo();
105 mc_reg_info = target->createMCRegInfo(pTriple);
107 asm_info = target->createMCAsmInfo(pTriple);
115 inst_printer = target->createMCInstPrinter(asm_info->getAssemblerDialect(),
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLearning_MulticlassPA.java72 public void TrainOneSample(List<IntFloat> sample, int target) { argument
76 target);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec4 void glBindTexture ( GLenum target, GLuint texture )
17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
18 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
46 void glHint ( GLenum target, GLenum mode )
68 void glMultiTexCoord4f ( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q )
69 void glMultiTexCoord4x ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q )
95 void glTexEnvf ( GLenum target, GLenum pname, GLfloat param )
96 void glTexEnvfv ( GLenum target, GLenu
[all...]
/frameworks/opt/telephony/tests/telephonytests/
H A DAndroid.mk12 mockito-target \
/frameworks/support/transition/ics/android/support/transition/
H A DTransitionIcs.java69 public TransitionImpl addTarget(View target) { argument
70 mTransition.addTarget(target);
97 public TransitionImpl excludeChildren(View target, boolean exclude) { argument
98 mTransition.excludeChildren(target, exclude);
115 public TransitionImpl excludeTarget(View target, boolean exclude) { argument
116 mTransition.excludeTarget(target, exclude);
191 public TransitionImpl removeTarget(View target) { argument
192 mTransition.removeTarget(target);
/frameworks/base/libs/hwui/
H A DAnimator.cpp85 void BaseRenderNodeAnimator::attach(RenderNode* target) { argument
86 mStagingTarget = target;
376 float RenderPropertyAnimator::getValue(RenderNode* target) const {
377 return (target->properties().*mPropertyAccess->getter)();
380 void RenderPropertyAnimator::setValue(RenderNode* target, float value) { argument
381 (target->animatorProperties().*mPropertyAccess->setter)(value);
394 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const {
398 void CanvasPropertyPrimitiveAnimator::setValue(RenderNode* target, float value) { argument
417 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const {
433 void CanvasPropertyPaintAnimator::setValue(RenderNode* target, floa argument
461 setValue(RenderNode* target, float value) argument
[all...]
/frameworks/base/core/java/android/net/
H A DDhcpResults.java104 DhcpResults target = (DhcpResults)obj;
107 Objects.equals(serverAddress, target.serverAddress) &&
108 Objects.equals(vendorInfo, target.vendorInfo) &&
109 leaseDuration == target.leaseDuration &&
110 mtu == target.mtu;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java109 InputPort target = source.getTarget();
113 getDotName(target.getFilter().getName()) + ":" +
114 getDotName(target.getName()) + "_IN;\n" );
130 InputPort target = filter.getConnectedInputPort(portName);
131 if(target != null) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java120 * An AnimatedVectorDrawable element has a VectorDrawable attribute, and one or more target
121 * element(s). The target elements can be the path or group to be animated. Each target element
130 * &lt;target
133 * &lt;target
145 * rotation.xml rotates the target group from 0 degree to 360 degrees over 6000ms:
196 * &lt;target android:name=&quot;rotationGroup&quot;&gt; *
204 * &lt;/target&gt;
206 * &lt;target android:name=&quot;v&quot; &gt;
217 * &lt;/target
695 addPendingAnimator(int resId, float pathErrorScale, String target) argument
799 public final String target; field in class:AnimatedVectorDrawable.AnimatedVectorDrawableState.PendingAnimator
801 PendingAnimator(int animResId, float pathErrorScale, String target) argument
1267 createRTAnimatorForGroup(PropertyValuesHolder[] values, ObjectAnimator animator, VectorDrawable.VGroup target, long startTime) argument
1301 createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, long startTime) argument
1314 createRTAnimatorForFullPath(ObjectAnimator animator, VectorDrawable.VFullPath target, long startTime) argument
1359 createRTAnimatorForRootGroup(PropertyValuesHolder[] values, ObjectAnimator animator, VectorDrawable.VectorDrawableState target, long startTime) argument
1506 useTarget(RenderNode target) argument
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk28 # Collect target specific code generation libraries
45 # Add target specific code generation libraries
70 # zlib's libnames are different for the host and target.
71 # For the target, it is the standard libz
100 # zlib's libnames are different for the host and target.
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h388 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
390 typedef void (GL_APIENTRYP PFNGLBINDRENDERBUFFERPROC) (GLenum target, GLuint renderbuffer);
391 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
397 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
398 typedef void (GL_APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
399 typedef GLenum (GL_APIENTRYP PFNGLCHECKFRAMEBUFFERSTATUSPROC) (GLenum target);
406 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
408 typedef void (GL_APIENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLin
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp104 target().sortRelocation(*section);
109 target().emitSectionData(*section, region);
130 target().orderSymbolTable(pModule);
133 target().emitInterp(pOutput);
136 target().emitDynNamePools(pModule, pOutput);
141 target().emitRegNamePools(pModule, pOutput);
146 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end();
148 for (seg = target().elfSegmentTable().begin(); seg != segEnd; ++seg) {
161 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
221 header->e_ident[llvm::ELF::EI_VERSION] = target()
[all...]

Completed in 931 milliseconds

1234567891011>>