Home
last modified time | relevance | path

Searched refs:bc (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c155 static void L2capAclDataReceived(uint16_t handle, uint8_t pb, uint8_t bc, Packet *pkt) in L2capAclDataReceived() argument
188 uint8_t bc; member
209 L2capAclDataReceived(ctx->handle, ctx->pb, ctx->bc, ctx->pkt); in L2capAclDataReceivedCallbackProcess()
215 static void L2capAclDataReceivedCallback(uint16_t handle, uint8_t pb, uint8_t bc, Packet *pkt) in L2capAclDataReceivedCallback() argument
227 ctx->bc = bc; in L2capAclDataReceivedCallback()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp300 const float* bc = colorBlendState.colorBlendConstants; in GraphicsPipelineStateObjectVk() local
309 { bc[0u], bc[1u], bc[2u], bc[3u] }, // blendConstants[4] in GraphicsPipelineStateObjectVk()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp165 const BufferCopy bc { in ProcessFrameInputCopyData()
170 dsStaging_->CopyBufferToBuffer(dataToBeCopied.handle, copyDataRef.bufferHandle, bc, in ProcessFrameInputCopyData()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1769 const auto& bc = renderCmd.bufferImageCopy; in ImageToBufferCopy() local
1784 PLUGIN_ASSERT(bc.imageSubresource.layerCount == 1); in ImageToBufferCopy()
1787 type = getCubeMapTarget(iPlat.type, bc.imageSubresource.baseArrayLayer); in ImageToBufferCopy()
1791 static_cast<GLint>(bc.imageSubresource.mipLevel)); in ImageToBufferCopy()
1792 const Math::UVec2 sPos { bc.imageOffset.width, bc.imageOffset.height }; in ImageToBufferCopy()
1793 const Math::UVec2 sExt { bc.imageExtent.width, bc.imageExtent.height }; in ImageToBufferCopy()
1795 glPixelStorei(GL_PACK_ROW_LENGTH, static_cast<GLint>(bc.bufferRowLength)); in ImageToBufferCopy()
1797 uintptr_t dstOffset = bc in ImageToBufferCopy()
[all...]

Completed in 8 milliseconds