Home
last modified time | relevance | path

Searched +defs:B +defs:s (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java198 void helperCreateFromBitmap(Bitmap B, in helperCreateFromBitmap()
218 Bitmap B = Bitmap.createBitmap(bDimX, bDimY, Bitmap.Config.ARGB_8888); in testCreateFromBitmap() local
681 helperShortCopy(Element.I16(mRS), s, 0, s, mode); in test1DCopyOperations() local
682 helperShortCopy(Element.F16(mRS), s, 0, s, mode); in test1DCopyOperations() local
693 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local
694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp199 const float B = (top + bottom) * r_height; in newFrustum() local
256 float s = (float) sinf(radians); in newRotate() local