Searched defs:invert (Results 101 - 125 of 196) sorted by relevance

12345678

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c254 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP); local
259 vp.scale[1] = height * (invert ? -0.5f : 0.5f);
H A Dst_cb_fbo.c710 const GLboolean invert = rb->Name == 0; local
739 * 'invert' will be true for window-system buffers and false for
742 if (invert)
754 if (invert) {
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp137 SkPDFFormXObject* sMask, bool invert, SkPDFSMaskMode sMaskMode) {
158 if (invert) {
136 GetSMaskGraphicState( SkPDFFormXObject* sMask, bool invert, SkPDFSMaskMode sMaskMode) argument
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
93 shouldRunThis(const char *in_desiredTest, const char *in_className, const char *in_functionName, bool invert, bool explicit_test, bool &do_progress) argument
/external/stressapptest/src/
H A Dpattern.cc287 bool invert,
293 inverse_ = invert;
299 if (invert)
285 Initialize(const struct PatternData &pattern_init, int buswidth, bool invert, int weight) argument
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js1675 mat2.invert = function(out, a) {
1914 mat2d.invert = function(out, a) {
2218 mat3.invert = function(out, a) {
2673 mat4.invert = function(out, a) {
3721 quat.invert = function(out, a) {
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dinternal.h148 int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddebug.c241 int comps, int rcomp, int gcomp, int bcomp, GLboolean invert)
255 int yy = invert ? (height - 1 - y) : y;
566 GLboolean invert = GL_TRUE; local
569 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
572 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
575 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert);
578 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert);
588 write_ppm(filename, buf, w, h, 4, 0, 1, 2, invert);
599 write_ppm(filename, buf, w, h, 1, 0, 0, 0, invert);
240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) argument
H A Des1_conversion.c734 _es_SampleCoveragex(GLclampx value, GLboolean invert) argument
737 invert);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_fbo.c710 const GLboolean invert = rb->Name == 0; local
739 * 'invert' will be true for window-system buffers and false for
742 if (invert)
754 if (invert) {
H A Dst_cb_bitmap.c508 const GLboolean invert = st->state.fb_orientation == Y_0_TOP; local
513 vp.scale[1] = height * (invert ? -0.5f : 0.5f);
H A Dst_mesa_to_tgsi.c777 boolean invert,
811 ureg_scalar(wpostrans, invert ? 2 : 0),
829 if (invert) {
867 boolean invert = FALSE; local
876 * stored in the 'invert' variable).
902 /* the driver supports lower-left origin, need to invert Y */
904 invert = TRUE;
915 /* the driver supports upper-left origin, need to invert Y */
916 invert = TRUE;
951 /* we invert afte
775 emit_wpos_adjustment( struct st_translate *t, const struct gl_program *program, boolean invert, GLfloat adjX, GLfloat adjY[2]) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp959 GLboolean invert = rnd.getBool() ? GL_TRUE : GL_FALSE; local
961 glSampleCoverage(reference, invert);
/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp1041 GLboolean invert = rnd.getBool() ? GL_TRUE : GL_FALSE; local
1043 glSampleCoverage(reference, invert);
/external/iproute2/tc/
H A Dm_xt_old.c126 check_inverse(const char option[], int *invert, int *my_optind, int argc) argument
129 if (*invert)
132 *invert = TRUE;
/external/mesa3d/src/mesa/main/
H A Ddebug.c241 int comps, int rcomp, int gcomp, int bcomp, GLboolean invert)
255 int yy = invert ? (height - 1 - y) : y;
566 GLboolean invert = GL_TRUE; local
569 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
572 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
575 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert);
578 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert);
588 write_ppm(filename, buf, w, h, 4, 0, 1, 2, invert);
599 write_ppm(filename, buf, w, h, 1, 0, 0, 0, invert);
240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) argument
/external/openssl/crypto/ec/
H A Dec_lcl.h148 int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c860 FT_Bool invert )
1025 /* we have to invert the `sids' array for subsetted CID-keyed fonts */
1026 if ( invert )
1618 FT_Bool invert = FT_BOOL( dict->cid_registry != 0xFFFFU && pure_cff ); local
1622 base_offset, dict->charset_offset, invert );
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp131 bool invert; local
138 invert = false;
144 invert = true;
165 invert ? kInverseFillAA_GrProcessorEdgeType : kFillAA_GrProcessorEdgeType;
168 invert ? kInverseFillBW_GrProcessorEdgeType : kFillBW_GrProcessorEdgeType;
601 bool invert = element->isInverseFilled(); local
603 if (invert || SkRegion::kIntersect_Op == op || SkRegion::kReverseDifference_Op == op) {
614 if (invert) {
630 invert ? 0xffffffff : 0x00000000,
650 drawState->setAlpha(invert
[all...]
/external/chromium_org/third_party/skia/tests/
H A DClipStackTest.cpp805 bool invert,
809 static void add_round_rect(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) {
812 if (invert) {
824 static void add_rect(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) { argument
825 if (invert) {
835 static void add_oval(const SkRect& rect, bool invert, SkRegion::Op op, SkClipStack* stack) { argument
838 if (invert) {
948 bool invert = r.nextBiasedBool(kFractionInverted); local
950 kElementFuncs[r.nextULessThan(SK_ARRAY_COUNT(kElementFuncs))](rect, invert, op, &stack);
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc86 Reduction ChangeToPureOperator(const Operator* op, bool invert = false) {
101 if (invert) {
102 // Insert an boolean not to invert the value.
357 Reduction JSTypedLowering::ReduceJSEqual(Node* node, bool invert) { argument
361 return r.ChangeToPureOperator(simplified()->NumberEqual(), invert);
364 return r.ChangeToPureOperator(simplified()->StringEqual(), invert);
368 simplified()->ReferenceEqual(Type::Receiver()), invert);
377 Reduction JSTypedLowering::ReduceJSStrictEqual(Node* node, bool invert) { argument
382 return ReplaceEagerly(node, invert ? jsgraph()->FalseConstant()
390 return ReplaceEagerly(node, invert
[all...]
/external/freetype/src/cff/
H A Dcffload.c867 FT_Bool invert )
1032 /* we have to invert the `sids' array for subsetted CID-keyed fonts */
1033 if ( invert )
1625 FT_Bool invert = FT_BOOL( dict->cid_registry != 0xFFFFU && pure_cff ); local
1629 base_offset, dict->charset_offset, invert );
/external/guava/guava/src/com/google/common/collect/
H A DSets.java1289 * can only invert B's (not any Object) back to A, so we can
1304 abstract A invert(B b); method in class:Sets.InvertibleFunction
1309 return InvertibleFunction.this.invert(b);
1312 @Override B invert(A a) {
1344 A a = bijection.invert(b);
1370 return delegate.add(bijection.invert(b));
1375 return contains(o) && delegate.remove(bijection.invert((B) o));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java1277 * can only invert B's (not any Object) back to A, so we can
1292 abstract A invert(B b); method in class:Sets.InvertibleFunction
1297 return InvertibleFunction.this.invert(b);
1300 @Override B invert(A a) {
1332 A a = bijection.invert(b);
1358 return delegate.add(bijection.invert(b));
1363 return contains(o) && delegate.remove(bijection.invert((B) o));
/external/llvm/include/llvm/Support/
H A DScaledNumber.h529 return get(N).invert();
685 ScaledNumber &invert() { return *this = ScaledNumber::get(1) / *this; } function in class:llvm::ScaledNumber
686 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); }

Completed in 1114 milliseconds

12345678