Searched defs:op (Results 26 - 45 of 45) sorted by relevance

12

/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
59 static void checkGlError(const char* op) { argument
62 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { argument
51 fprintf(stderr, "%s() returned %d\n", op, returnVal);
56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
61 static void checkGlError(const char* op) { argument
64 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
43 while (op != null) {
44 if (op.removed != null) numRemoved += op.removed.size();
45 op = op.next;
53 op = bse.mHead;
55 while (op != null) {
56 mOps[pos++] = op.cmd;
57 mOps[pos++] = op
363 addOp(Op op) argument
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp133 Region& Region::operationSelf(const Rect& r, int op) { argument
135 boolean_operation(op, *this, lhs, r);
153 Region& Region::operationSelf(const Region& rhs, int op) { argument
155 boolean_operation(op, *this, lhs, rhs);
178 const Region Region::operation(const Rect& rhs, int op) const {
180 boolean_operation(op, result, *this, rhs);
198 const Region Region::operation(const Region& rhs, int op) const {
200 boolean_operation(op, result, *this, rhs);
224 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { argument
226 boolean_operation(op, *thi
408 boolean_operation(int op, Region& dst, const Region& lhs, const Region& rhs, int dx, int dy) argument
518 boolean_operation(int op, Region& dst, const Region& lhs, const Rect& rhs, int dx, int dy) argument
545 boolean_operation(int op, Region& dst, const Region& lhs, const Region& rhs) argument
551 boolean_operation(int op, Region& dst, const Region& lhs, const Rect& rhs) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
43 while (op != null) {
44 if (op.removed != null) numRemoved += op.removed.size();
45 op = op.next;
53 op = bse.mHead;
55 while (op != null) {
56 mOps[pos++] = op.cmd;
57 mOps[pos++] = op
363 addOp(Op op) argument
[all...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java643 private void checkGlError(String op) { argument
646 Log.e(TAG, op + ": glError " + error);
647 throw new RuntimeException(op + ": glError " + error);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h406 _M_OPC $op,$rd,$rn,$const
412 $op $rd, $rn, #_cst
419 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
421 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
474 ;// op reg, [base], offset
498 ;// op reg, [base, offset]{!}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h409 _M_OPC $op,$rd,$rn,$const
415 $op $rd, $rn, #_cst
422 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
424 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
477 ;// op reg, [base], offset
501 ;// op reg, [base, offset]{!}
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp177 void assertNotify(int32_t msgType, OP op, int count);
178 void assertData(int32_t msgType, OP op, int count);
179 void waitNotify(int32_t msgType, OP op, int count);
180 void waitData(int32_t msgType, OP op, int count);
181 void assertDataSize(int32_t msgType, OP op, int dataSize);
192 bool test(OP op, int v1, int v2);
193 void assertTest(OP op, int v1, int v2);
205 bool MCameraClient::test(OP op, int v1, int v2) { argument
206 switch (op) {
217 void MCameraClient::assertTest(OP op, in argument
224 assertNotify(int32_t msgType, OP op, int count) argument
230 assertData(int32_t msgType, OP op, int count) argument
236 assertDataSize(int32_t msgType, OP op, int dataSize) argument
280 waitNotify(int32_t msgType, OP op, int count) argument
292 waitData(int32_t msgType, OP op, int count) argument
[all...]
/frameworks/base/libs/hwui/
H A DProgramCache.cpp553 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp; local
554 op = op * 2 + description.hasGammaCorrection;
555 shader.append(snippets[op]);
753 // Apply the color op if needed
H A DDisplayListRenderer.cpp336 int op = mReader.readInt(); local
337 if (op & OP_MAY_BE_SKIPPED_MASK) {
340 op &= ~OP_MAY_BE_SKIPPED_MASK;
343 switch (op) {
346 ALOGD("%s%s %p", (char*) indent, OP_NAMES[op], functor);
351 ALOGD("%s%s %d", (char*) indent, OP_NAMES[op], rendererNum);
355 ALOGD("%s%s", (char*) indent, OP_NAMES[op]);
360 ALOGD("%s%s %d", (char*) indent, OP_NAMES[op], restoreCount);
371 OP_NAMES[op], f1, f2, f3, f4, paint, flags);
382 OP_NAMES[op], f
903 int op = mReader.readInt(); local
1550 clipRect(float left, float top, float right, float bottom, SkRegion::Op op) argument
[all...]
H A DOpenGLRenderer.cpp1282 bool OpenGLRenderer::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { argument
1283 bool clipped = mSnapshot->clip(left, top, right, bottom, op);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java400 RunnerThread(String name, Runnable op, int priority) { argument
402 mOp = op;
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
38 static void checkGlError(const char* op);
959 static void checkEglError(const char* op, EGLBoolean returnVal) argument
962 testPrintE("%s() returned %d", op, returnVal);
968 op, EGLUtils::strerror(error), error);
972 static void checkGlError(const char* op) argument
976 testPrintE("after %s() glError (0x%x)", op, error);
/frameworks/base/core/java/android/content/
H A DSyncManager.java720 private void clearBackoffSetting(SyncOperation op) { argument
721 mSyncStorageEngine.setBackoff(op.account, op.userId, op.authority,
724 mSyncQueue.onBackoffChanged(op.account, op.userId, op.authority, 0);
728 private void increaseBackoffSetting(SyncOperation op) { argument
734 mSyncStorageEngine.getBackoff(op.account, op
776 setDelayUntilTime(SyncOperation op, long delayUntilSeconds) argument
2169 dispatchSyncOperation(SyncOperation op) argument
[all...]
H A DSyncStorageEngine.java833 public PendingOperation insertIntoPending(PendingOperation op) { argument
836 Log.v(TAG, "insertIntoPending: account=" + op.account
837 + " user=" + op.userId
838 + " auth=" + op.authority
839 + " src=" + op.syncSource
840 + " extras=" + op.extras);
843 AuthorityInfo authority = getOrCreateAuthorityLocked(op.account, op.userId,
844 op.authority,
851 op
864 deleteFromPending(PendingOperation op) argument
2096 writePendingOperationLocked(PendingOperation op, Parcel out) argument
2144 appendPendingOperationLocked(PendingOperation op) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp259 int op) {
263 return canvas->clipRect(rect, (SkRegion::Op)op);
267 SkPath* path, int op) {
268 return canvas->clipPath(*path, (SkRegion::Op)op);
272 SkRegion* deviceRgn, int op) {
273 return canvas->clipRegion(*deviceRgn, (SkRegion::Op)op);
257 clipRect(JNIEnv* env, jobject, SkCanvas* canvas, float left, float top, float right, float bottom, int op) argument
266 clipPath(JNIEnv* env, jobject, SkCanvas* canvas, SkPath* path, int op) argument
271 clipRegion(JNIEnv* env, jobject, SkCanvas* canvas, SkRegion* deviceRgn, int op) argument
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp268 SkRegion::Op op) {
269 return renderer->clipRect(left, top, right, bottom, op);
274 SkRegion::Op op) {
275 return renderer->clipRect(float(left), float(top), float(right), float(bottom), op);
266 android_view_GLES20Canvas_clipRectF(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom, SkRegion::Op op) argument
272 android_view_GLES20Canvas_clipRect(JNIEnv* env, jobject clazz, OpenGLRenderer* renderer, jint left, jint top, jint right, jint bottom, SkRegion::Op op) argument
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java532 * @param op How the clip is modified
535 public boolean clipRect(RectF rect, Region.Op op) { argument
537 op.nativeInt);
545 * @param op How the clip is modified
548 public boolean clipRect(Rect rect, Region.Op op) { argument
550 op.nativeInt);
583 * @param op How the clip is modified
586 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { argument
587 return native_clipRect(mNativeCanvas, left, top, right, bottom, op.nativeInt);
624 * @param op Ho
627 clipPath(Path path, Region.Op op) argument
652 clipRegion(Region region, Region.Op op) argument
[all...]
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java443 public boolean clipPath(Path path, Region.Op op) { argument
447 mPathBounds.right, mPathBounds.bottom, op.nativeInt);
456 float right, float bottom, int op);
459 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { argument
460 return nClipRect(mRenderer, left, top, right, bottom, op.nativeInt);
469 int op);
478 public boolean clipRect(Rect rect, Region.Op op) { argument
479 return nClipRect(mRenderer, rect.left, rect.top, rect.right, rect.bottom, op.nativeInt);
489 public boolean clipRect(RectF rect, Region.Op op) { argument
490 return nClipRect(mRenderer, rect.left, rect.top, rect.right, rect.bottom, op
455 nClipRect(int renderer, float left, float top, float right, float bottom, int op) argument
468 nClipRect(int renderer, int left, int top, int right, int bottom, int op) argument
502 clipRegion(Region region, Region.Op op) argument
[all...]

Completed in 3949 milliseconds

12