HomeSort by relevance Sort by last modified time
    Searched refs:bufType (Results 1 - 19 of 19) 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 683 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
685 if (bufType == GL_NONE)
693 formatFlag(bufType));
698 formatFlag(bufType));
707 Image* makeImage (GLenum bufType, ImageFormat format,
711 switch (bufType)
730 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
733 Image* const imgCfg = makeImage (bufType, format, width, height, builder);
758 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
763 imgFmt = getDefaultFormat(target, bufType);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.h 251 int32_t mapBufs(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
253 int32_t unMapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
QCameraMem.h 220 QCameraMemType bufType = QCAMERA_MEM_TYPE_DEFAULT);
QCameraMem.cpp 79 cam_stream_type_t streamType, QCameraMemType bufType)
83 mBufType(bufType)
    [all...]
QCameraStream.cpp 528 * @bufType : buffer type
536 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl)
549 bufType, i, -1);
551 rc = m_MemOpsTbl.unmap_ops(i, -1, bufType, m_MemOpsTbl.userdata);
574 * @bufType : buffer type
582 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl)
595 rc = bufferMaps.enqueue(bufType, mHandle, i /*buf index*/, -1 /*plane index*/,
    [all...]
  /device/huawei/angler/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 202 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)
981 cam_stream_type_t streamType, cam_stream_buf_type bufType)
    [all...]
  /device/lge/bullhead/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 199 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)
980 cam_stream_type_t streamType, cam_stream_buf_type bufType)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
security_windows.go 76 //sys NetGetJoinInformation(server *uint16, name **uint16, bufType *uint32) (neterr error) = netapi32.NetGetJoinInformation
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
security_windows.go 76 //sys NetGetJoinInformation(server *uint16, name **uint16, bufType *uint32) (neterr error) = netapi32.NetGetJoinInformation
zsyscall_windows.go     [all...]

Completed in 1330 milliseconds