Home
last modified time | relevance | path

Searched defs:positionOffset (Results 1 – 11 of 11) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DSoftMeshTest.java45 int positionOffset; field in SoftMeshTest
123 …ces(meshPart.mesh.getVerticesBuffer(), meshPart.mesh.getVertexSize(), positionOffset, normalOffset, in render() local
/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java72 float positionOffset = (oldVelocity * secondsDelta) + scaledAcceleration; in interpolate() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
DUnweightedMeshSpawnShapeValue.java14 private int positionOffset, vertexSize, vertexCount, triangleCount; field in UnweightedMeshSpawnShapeValue
DWeightMeshSpawnShapeValue.java41 positionOffset = (short)(attributes.findByUsage(Usage.Position).offset/4); in calculateWeights() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DRenderableShapeBuilder.java100 int positionOffset = -1; in buildNormals() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
DPointSpriteParticleBatch.java113 int positionOffset = p*positionChannel.strideSize; in flush() local
DBillboardParticleBatch.java383 int positionOffset = p*positionChannel.strideSize; in fillVerticesGPU() local
545 int positionOffset = p*positionChannel.strideSize; in fillVerticesToViewPointCPU() local
609 int positionOffset = p*positionChannel.strideSize; in fillVerticesToScreenCPU() local
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc90 int32_t positionOffset=1; in GetMediaType() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtGjkPairDetector.cpp94 btVector3 positionOffset=(localTransA.getOrigin() + localTransB.getOrigin()) * btScalar(0.5); in getClosestPointsNonVirtual() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetLMBCS.java587 …CS_SimpleGetNextUChar(UConverterSharedData cnv, ByteBuffer source, int positionOffset, int length)… in LMBCS_SimpleGetNextUChar()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DDynamicsModifier.java317 …int lifeOffset=ParticleChannels.LifePercentOffset, strengthOffset = 0, positionOffset = 0, forceOf… in update() local