Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbf8e02d authored by Jason Sams's avatar Jason Sams Committed by Android Git Automerger
Browse files

am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from...

am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb

* commit 'e2b2a02a':
  Fix bug 3421901 remove 2 functions from public headers in the SDK.
parents 219f6905 e2b2a02a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -248,13 +248,5 @@ rsgMeshComputeBoundingBox(rs_mesh mesh, float3 *bBoxMin, float3 *bBoxMax) {
    bBoxMax->z = z2;
}


/**
 * @hide
 * Deprecated, do not use.
 *
 */
extern void __attribute__((overloadable)) color(float, float, float, float);

#endif
+0 −7
Original line number Diff line number Diff line
@@ -96,13 +96,6 @@ extern bool __attribute__((overloadable))
extern rs_allocation __attribute__((overloadable))
    rsGetAllocation(const void *);

/**
 * Mark the contents of an allocation as dirty.  This forces any other scripts
 * using the allocation to receive the updated
 */
extern void __attribute__((overloadable))
    rsAllocationMarkDirty(rs_allocation);

/**
 * Query the dimension of an allocation.
 *