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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
BillboardParticleBatch.java 96 public Config (boolean useGPU, AlignMode mode) {
97 this.useGPU = useGPU;
100 boolean useGPU;
110 protected boolean useGPU = false;
120 * @param useGPU Allow to use GPU instead of CPU
125 public BillboardParticleBatch(AlignMode mode, boolean useGPU, int capacity,
142 setUseGpu(useGPU);
146 public BillboardParticleBatch(AlignMode mode, boolean useGPU, int capacity){
147 this(mode, useGPU, capacity, null, null)
    [all...]
  /external/opencv3/samples/gpu/
cascadeclassifier.cpp 211 bool useGPU = true;
237 if (useGPU)
281 displayState(frameDisp, helpScreen, useGPU, findLargestObject, filterRects, fps);
293 useGPU = !useGPU;
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]

Completed in 174 milliseconds