Searched refs:target (Results 176 - 200 of 531) sorted by relevance

1234567891011>>

/frameworks/native/opengl/include/GLES/
H A Dgl.h607 GL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
617 GL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
626 GL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
627 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
628 GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
629 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
635 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
636 GL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
638 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
639 GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintpt
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl31.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...]
H A Dgl32.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...]
H A Dgl3.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/base/opengl/java/android/opengl/
H A DGLES10.java293 // C function void glBindTexture ( GLenum target, GLuint texture )
296 int target,
414 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
417 int target,
427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
430 int target,
441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
444 int target,
454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
457 int target,
295 glBindTexture( int target, int texture ) argument
416 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
429 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
443 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
456 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
679 glHint( int target, int mode ) argument
911 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
921 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
1173 glTexEnvf( int target, int pname, float param ) argument
1181 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
1190 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
1198 glTexEnvx( int target, int pname, int param ) argument
1206 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
1215 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
1223 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1237 glTexParameterf( int target, int pname, float param ) argument
1245 glTexParameterx( int target, int pname, int param ) argument
1253 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java276 int target,
348 int target,
359 int target,
371 int target,
382 int target,
544 int target,
712 int target,
720 int target,
873 int target,
879 int target,
275 glBindTexture( int target, int texture ) argument
347 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
358 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
370 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
381 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
543 glHint( int target, int mode ) argument
711 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
719 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
872 glTexEnvf( int target, int pname, float param ) argument
878 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
885 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
891 glTexEnvx( int target, int pname, int param ) argument
897 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
904 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
910 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
922 glTexParameterf( int target, int pname, float param ) argument
928 glTexParameterx( int target, int pname, int param ) argument
934 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntentSender.java31 * A description of an Intent and target action to perform with it.
138 * @param code Result code to supply back to the IntentSender's target.
164 * @param code Result code to supply back to the IntentSender's target.
319 IBinder target = in.readStrongBinder();
320 return target != null ? new IntentSender(target) : null;
363 public IntentSender(IIntentSender target) { argument
364 mTarget = target;
368 public IntentSender(IBinder target) { argument
369 mTarget = IIntentSender.Stub.asInterface(target);
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java139 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { argument
146 public boolean onNestedPreFling(View target, float velocityX, float velocityY) { argument
153 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { argument
162 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
168 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) { argument
174 public void onNestedScrollAccepted(View child, View target, int axes) { argument
185 public void onStopNestedScroll(View target) { argument
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java346 /** target indicates endpoints that should be synced after account info is updated. */
347 private void updateRunningAccounts(EndPoint target) { argument
351 m.obj = target;
483 mSyncStorageEngine.markPending(op.target, true);
517 public void onPeriodicSyncAdded(EndPoint target, Bundle extras, long pollFrequency,
519 updateOrAddPeriodicSync(target, pollFrequency, flex, extras);
749 if (!op.isPeriodic && op.target.matchesSpec(info)) {
1063 if (op.target.matchesSpec(info)) {
1070 * Remove a specific periodic sync identified by its target and extras.
1072 public void removePeriodicSync(EndPoint target, Bundl argument
1082 updateOrAddPeriodicSync(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
1093 getPeriodicSyncs(EndPoint target) argument
1201 public final EndPoint target; field in class:SyncManager.UpdatePeriodicSyncMessagePayload
1206 UpdatePeriodicSyncMessagePayload(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
1225 clearBackoffSetting(EndPoint target) argument
1241 increaseBackoffSetting(EndPoint target) argument
1286 rescheduleSyncs(EndPoint target) argument
1301 setDelayUntilTime(EndPoint target, long delayUntilSeconds) argument
1317 isAdapterDelayed(EndPoint target) argument
2793 updateOrAddPeriodicSyncH(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
2882 removePeriodicSyncH(EndPoint target, Bundle extras) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java76 * larger of either this value or the relative target value. Default value is
174 /** Whether to send a cancel motion event to the target view. */
198 * Creates a new helper for scrolling the specified target view.
201 * should be set as a touch listener on the target view.
206 * @param target The view to automatically scroll.
208 public AutoScrollHelper(View target) { argument
209 mTarget = target;
251 * By default, exclusive handling is disabled and the target view receives
258 * false to allow the target view to receive all touch events.
317 * Sets the target scrollin
874 AbsListViewAutoScroller(AbsListView target) argument
[all...]
H A DSlidingTab.java161 * {@link #target} is the target the user must drag the slider past to trigger the slider.
183 private final ImageView target; field in class:SlidingTab.Slider
194 * @param targetId drawable for the target
212 // Create target
213 target = new ImageView(parent.getContext());
214 target.setImageResource(targetId);
215 target.setScaleType(ScaleType.CENTER);
216 target.setLayoutParams(
218 target
[all...]
/frameworks/compile/mclinker/unittests/
H A DGraphTest.cpp188 ASSERT_TRUE(u1 == a1->source && u2 == a1->target);
189 ASSERT_TRUE(u2 == a2->source && u3 == a2->target);
190 ASSERT_TRUE(u3 == a3->source && u1 == a3->target);
208 ASSERT_TRUE(u1 == a1->source && u1 == a1->target);
209 ASSERT_TRUE(u1 == a2->source && u2 == a2->target);
210 ASSERT_TRUE(u1 == a3->source && u3 == a3->target);
230 ASSERT_TRUE(u1 == a1->source && u2 == a1->target);
231 ASSERT_TRUE(u3 == a3->source && u1 == a3->target);
256 ASSERT_TRUE(u2 == a2->source && u3 == a2->target);
257 ASSERT_TRUE(u3 == a3->source && u1 == a3->target);
[all...]
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java203 * target itself is also given as the argument.
238 for (Surface target : targets) {
239 if (target == null) {
240 throw new NullPointerException("Tried to add null Surface as request target");
242 reqBuilder.addTarget(target);
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java66 Intent target = new Intent();
67 target.setClassName(info.activityInfo.applicationInfo.packageName,
69 SampleInfo sample = new SampleInfo(label, target);
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java66 Intent target = new Intent();
67 target.setClassName(info.activityInfo.applicationInfo.packageName,
69 SampleInfo sample = new SampleInfo(label, target);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp62 // rsym - The relocation target symbol
101 // rsym - The relocation target symbol
167 // rsym - The relocation target symbol
183 // check if we should issue undefined reference for the relocation target
315 // rsym - The relocation target symbol
392 // the target symbol of the created dynamic relocation should be the
500 // the target symbol of the dynamic relocation is rsym, so we need to
518 // rsym - The relocation target symbol
795 uint8_t* op = (reinterpret_cast<uint8_t*>(&reloc->target()));
806 op = (reinterpret_cast<uint8_t*>(&reloc->target()));
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h235 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
236 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
238 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
239 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
304 typedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
305 typedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
311 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
313 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
314 GL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
320 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuin
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp963 IBinder* target = (IBinder*) local
965 if (target == NULL) {
968 status_t err = target->pingBinder();
974 IBinder* target = (IBinder*) env->GetLongField(obj, gBinderProxyOffsets.mObject); local
975 if (target != NULL) {
976 const String16& desc = target->getInterfaceDescriptor();
987 IBinder* target = (IBinder*) local
989 if (target == NULL) {
992 bool alive = target->isBinderAlive();
1053 IBinder* target, jin
1052 conditionally_log_binder_call(int64_t start_millis, IBinder* target, jint code) argument
1110 IBinder* target = (IBinder*) local
1161 IBinder* target = (IBinder*) local
1193 IBinder* target = (IBinder*) local
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp626 GLenum target, GLenum pname, GLfixed param, ogles_context_t* c)
628 if (target != GL_TEXTURE_2D && target != GL_TEXTURE_EXTERNAL_OES) {
858 void glBindTexture(GLenum target, GLuint texture) argument
861 if (target != GL_TEXTURE_2D && target != GL_TEXTURE_EXTERNAL_OES) {
920 GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
923 if (uint32_t(target-GL_TEXTURE0) > uint32_t(GGL_TEXTURE_UNIT_COUNT)) {
927 const int tmu = target-GL_TEXTURE0;
935 GLenum target, GLfixe
625 texParameterx( GLenum target, GLenum pname, GLfixed param, ogles_context_t* c) argument
919 glMultiTexCoord4f( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) argument
934 glMultiTexCoord4x( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) argument
966 glTexEnvf(GLenum target, GLenum pname, GLfloat param) argument
972 glTexEnvfv( GLenum target, GLenum pname, const GLfloat *params) argument
990 glTexEnvx(GLenum target, GLenum pname, GLfixed param) argument
996 glTexEnvxv( GLenum target, GLenum pname, const GLfixed *params) argument
1003 glTexParameteriv( GLenum target, GLenum pname, const GLint* params) argument
1023 glTexParameterf( GLenum target, GLenum pname, GLfloat param) argument
1030 glTexParameterx( GLenum target, GLenum pname, GLfixed param) argument
1037 glTexParameteri( GLenum target, GLenum pname, GLint param) argument
1049 glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) argument
[all...]
/frameworks/base/libs/hwui/renderstate/
H A DTextureState.h56 * Binds the specified texture with the specified render target.
60 void bindTexture(GLenum target, GLuint texture);
90 // Caches texture bindings for the GL_TEXTURE_2D target
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java107 public void initProgram(FilterContext context, int target) { argument
108 switch (target) {
121 "target " + target + "!");
123 mTarget = target;
H A DRedEyeFilter.java95 public void initProgram(FilterContext context, int target) { argument
96 switch (target) {
105 "target " + target + "!");
107 mTarget = target;
H A DRotateFilter.java61 public void initProgram(FilterContext context, int target) { argument
62 switch (target) {
72 "target " + target + "!");
74 mTarget = target;
H A DStraightenFilter.java63 public void initProgram(FilterContext context, int target) { argument
64 switch (target) {
73 "target " + target + "!");
75 mTarget = target;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java49 private static ArrayList<View> constructArray(View target) { argument
51 views.add(target);
59 public void addTarget(View target) { argument
60 mTargets.add(target);

Completed in 639 milliseconds

1234567891011>>