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

  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
108 void attachTargetToNew (GLenum target, GLenum bufType,
116 Image* makeImage (GLenum bufType, ImageFormat format,
118 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
glsFboCompletenessTests.cpp 677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
679 if (bufType == GL_NONE)
687 formatFlag(bufType));
692 formatFlag(bufType));
701 Image* makeImage (GLenum bufType, ImageFormat format,
705 switch (bufType)
724 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
727 Image* const imgCfg = makeImage (bufType, format, width, height, builder);
752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
757 imgFmt = getDefaultFormat(target, bufType);
    [all...]
  /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...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.h 206 int32_t mapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
208 int32_t unMapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
QCameraStream.cpp 463 * @bufType : buffer type
471 cam_mapping_buf_type bufType, mm_camera_map_unmap_ops_tbl_t *ops_tbl)
484 bufType, i, -1);
486 rc = ops_tbl->unmap_ops(i, -1, bufType, ops_tbl->userdata);
509 * @bufType : buffer type
517 cam_mapping_buf_type bufType, mm_camera_map_unmap_ops_tbl_t *ops_tbl)
530 (uint8_t)bufType, (uint32_t)i, -1,
534 (uint32_t)bufSize, bufType, ops_tbl->userdata);
555 (uint8_t)bufType, (uint32_t)i, -1);
557 rc = ops_tbl->unmap_ops((uint32_t)i, -1, bufType, ops_tbl->userdata)
    [all...]
QCameraMem.h 198 cam_stream_buf_type bufType = CAM_STREAM_BUF_TYPE_MPLANE);
QCameraMem.cpp 67 cam_stream_type_t streamType, cam_stream_buf_type bufType)
71 mBufType(bufType)
956 cam_stream_type_t streamType, cam_stream_buf_type bufType)
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 152 enum v4l2_buf_type bufType;
155 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
157 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMON, &bufType);
169 enum v4l2_buf_type bufType;
172 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
174 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType);
740 enum v4l2_buf_type bufType;
    [all...]

Completed in 362 milliseconds