HomeSort by relevance Sort by last modified time
    Searched refs:dataStore (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
HDRLoader.java 54 private ByteBuffer dataStore;
122 dataStore.put(rgbe);
125 dataStore.putShort(FastMath.convertFloatToHalf(tempF[0]))
299 dataStore = BufferUtils.createByteBuffer(width * height * pixelFormat.getBitsPerPixel());
305 dataStore.position(scanLineBytes * y);
311 dataStore.rewind();
312 return new Image(pixelFormat, width, height, dataStore);
  /hardware/invensense/mlsdk/mlutils/
mputest.c 182 static unsigned char dataStore[ML_INIT_CAL_LEN];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 74 milliseconds