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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 171 GrGLint componentSize = 0; // size (in bytes) of a single component
175 componentSize = 1;
183 if (componentSize >= alignment) {
187 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
189 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
194 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 171 GrGLint componentSize = 0; // size (in bytes) of a single component
175 componentSize = 1;
183 if (componentSize >= alignment) {
187 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
189 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
194 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /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...]
  /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 151 milliseconds