OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:componentSize
(Results
1 - 7
of
7
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java
621
private void doCopyBuffer(FloatBuffer inBuf, int offset, FloatBuffer outBuf, int
componentSize
) {
627
offset *=
componentSize
;
629
for (int i = 0; i < inBuf.capacity() /
componentSize
; i++) {
630
pos.x = inBuf.get(i *
componentSize
+ 0);
631
pos.y = inBuf.get(i *
componentSize
+ 1);
632
pos.z = inBuf.get(i *
componentSize
+ 2);
634
outBuf.put(offset + i *
componentSize
+ 0, pos.x);
635
outBuf.put(offset + i *
componentSize
+ 1, pos.y);
636
outBuf.put(offset + i *
componentSize
+ 2, pos.z);
VertexBuffer.java
285
private int
componentSize
= 0;
287
Format(int
componentSize
){
288
this.
componentSize
=
componentSize
;
297
return
componentSize
;
[
all
...]
/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
...]
/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 668 milliseconds