OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufType
(Results
1 - 7
of
7
) sorted by null
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java
184
for (int
bufType
= 0;
bufType
< compsForBuf.length;
bufType
++) {
185
VertexBuffer inBuf = inMesh.getBuffer(Type.values()[
bufType
]);
186
VertexBuffer outBuf = outMesh.getBuffer(Type.values()[
bufType
]);
192
if (Type.Index.ordinal() ==
bufType
) {
193
int components = compsForBuf[
bufType
];
204
} else if (Type.Position.ordinal() ==
bufType
) {
208
} else if (Type.Normal.ordinal() ==
bufType
) {
212
}else if(Type.Tangent.ordinal() ==
bufType
){
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java
462
for (int
bufType
= 0;
bufType
< compsForBuf.length;
bufType
++) {
463
VertexBuffer inBuf = inMesh.getBuffer(VertexBuffer.Type.values()[
bufType
]);
465
VertexBuffer outBuf = outMesh.getBuffer(VertexBuffer.Type.values()[
bufType
]);
471
if (VertexBuffer.Type.Index.ordinal() ==
bufType
) {
472
int components = compsForBuf[
bufType
];
483
} else if (VertexBuffer.Type.Position.ordinal() ==
bufType
) {
487
} else if (VertexBuffer.Type.Normal.ordinal() ==
bufType
|| VertexBuffer.Type.Tangent.ordinal() ==
bufType
) {
[
all
...]
VertexBuffer.java
312
protected Type
bufType
;
323
this.
bufType
= type;
476
return
bufType
;
935
+", type="+
bufType
.name()
961
oc.write(
bufType
, "buffer_type", null);
995
bufType
= ic.readEnum("buffer_type", Type.class, null);
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h
200
* @param
bufType
- type of buffer
213
bufType
, \
222
bufType
, \
235
* @param
bufType
- type of buffer
LCML_CodecInterface.h
117
TMMCodecBufferType
bufType
,
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
311
enum v4l2_buf_type
bufType
;
313
bufType
= V4L2_BUF_TYPE_VIDEO_CAPTURE;
315
ret = ioctl (mCameraHandle, VIDIOC_STREAMON, &
bufType
);
339
enum v4l2_buf_type
bufType
;
350
bufType
= V4L2_BUF_TYPE_VIDEO_CAPTURE;
352
ret = ioctl (mCameraHandle, VIDIOC_STREAMOFF, &
bufType
);
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c
99
TMMCodecBufferType
bufType
,
[
all
...]
Completed in 251 milliseconds