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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 285 private int componentSize = 0;
287 Format(int componentSize){
288 this.componentSize = componentSize;
297 return componentSize;
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 285 GrGLint componentSize = 0; // size (in bytes) of a single component
289 componentSize = 1;
297 if (componentSize >= alignment) {
301 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
303 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
308 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 478 milliseconds