| /device/google/contexthub/firmware/os/core/ |
| D | spi.c | 61 static int spiMasterStart(struct SpiDeviceState *state, in spiMasterStart() 81 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spi_masterStartAsync_done() local 93 static void spiMasterNext(struct SpiDeviceState *state) in spiMasterNext() 115 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterRxTxDone() local 132 static void spiMasterStop(struct SpiDeviceState *state) in spiMasterStop() 150 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiMasterStopAsyncDone() local 154 static void spiMasterDone(struct SpiDeviceState *state, int err) in spiMasterDone() 164 static int spiSlaveStart(struct SpiDeviceState *state, in spiSlaveStart() 183 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveStartAsyncDone() local 193 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spiSlaveRxTxDone() local [all …]
|
| D | appSec.c | 99 static void limitChunkSize(struct AppSecState *state) in limitChunkSize() 107 static void appSecSetCurState(struct AppSecState *state, uint32_t curState) in appSecSetCurState() 135 static inline uint32_t appSecGetCurState(const struct AppSecState *state) in appSecGetCurState() 143 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState)); in appSecInit() local 160 void appSecDeinit(struct AppSecState *state) in appSecDeinit() 166 static AppSecErr appSecBlockRx(struct AppSecState *state) in appSecBlockRx() 218 static AppSecErr appSecProcessIncomingHdr(struct AppSecState *state, uint32_t *needBytesOut) in appSecProcessIncomingHdr() 357 static AppSecErr appSecProcessIncomingData(struct AppSecState *state) in appSecProcessIncomingData() 378 AppSecErr appSecDoSomeProcessing(struct AppSecState *state) in appSecDoSomeProcessing() 412 static AppSecErr appSecProcessIncomingSigData(struct AppSecState *state) in appSecProcessIncomingSigData() [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | RenderTargetCache.h | 71 const gl::FramebufferState &state, in update() 123 const gl::FramebufferState &state) in updateReadColorRenderTarget() 131 const gl::FramebufferState &state, in updateColorRenderTarget() 148 const gl::FramebufferState &state) in updateDepthStencilRenderTarget() 173 RenderTargetT *RenderTargetCache<RenderTargetT>::getColorDraw(const gl::FramebufferState &state, in getColorDraw() 181 const gl::FramebufferState &state) const in getColorRead()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/ |
| D | angle_unittests_utils.h | 41 RenderbufferImpl *createRenderbuffer(const gl::RenderbufferState &state) override in createRenderbuffer() 47 BufferImpl *createBuffer(const gl::BufferState &state) override { return nullptr; } in createBuffer() 61 TransformFeedbackImpl *createTransformFeedback(const gl::TransformFeedbackState &state) override in createTransformFeedback() 67 SamplerImpl *createSampler(const gl::SamplerState &state) override { return nullptr; } in createSampler() 77 OverlayImpl *createOverlay(const gl::OverlayState &state) override { return nullptr; } in createOverlay()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/ |
| D | DisplayNULL.cpp | 22 DisplayNULL::DisplayNULL(const egl::DisplayState &state) : DisplayImpl(state) {} in DisplayNULL() 134 SurfaceImpl *DisplayNULL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() 141 SurfaceImpl *DisplayNULL::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() 147 SurfaceImpl *DisplayNULL::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer() 155 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() 162 ImageImpl *DisplayNULL::createImage(const egl::ImageState &state, in createImage() 170 rx::ContextImpl *DisplayNULL::createContext(const gl::State &state, in createContext()
|
| D | ContextNULL.cpp | 62 ContextNULL::ContextNULL(const gl::State &state, in ContextNULL() 350 TextureImpl *ContextNULL::createTexture(const gl::TextureState &state) in createTexture() 355 RenderbufferImpl *ContextNULL::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer() 360 BufferImpl *ContextNULL::createBuffer(const gl::BufferState &state) in createBuffer() 385 TransformFeedbackImpl *ContextNULL::createTransformFeedback(const gl::TransformFeedbackState &state) in createTransformFeedback() 390 SamplerImpl *ContextNULL::createSampler(const gl::SamplerState &state) in createSampler() 395 ProgramPipelineImpl *ContextNULL::createProgramPipeline(const gl::ProgramPipelineState &state) in createProgramPipeline() 412 OverlayImpl *ContextNULL::createOverlay(const gl::OverlayState &state) in createOverlay()
|
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
| D | SimpleC2Component.cpp | 216 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb() local 233 Mutexed<ExecState>::Locked state(mExecState); in queue_nb() local 264 Mutexed<ExecState>::Locked state(mExecState); in flush_sm() local 293 Mutexed<ExecState>::Locked state(mExecState); in drain_nb() local 312 Mutexed<ExecState>::Locked state(mExecState); in start() local 338 Mutexed<ExecState>::Locked state(mExecState); in stop() local 363 Mutexed<ExecState>::Locked state(mExecState); in reset() local 512 Mutexed<ExecState>::Locked state(mExecState); in processQueue() local 523 Mutexed<ExecState>::Locked state(mExecState); in processQueue() local 565 Mutexed<ExecState>::Locked state(mExecState); in processQueue() local [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | DisplayVk.cpp | 25 DisplayVk::DisplayVk(const egl::DisplayState &state) in DisplayVk() 107 SurfaceImpl *DisplayVk::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() 119 SurfaceImpl *DisplayVk::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() 131 SurfaceImpl *DisplayVk::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer() 140 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() 148 ImageImpl *DisplayVk::createImage(const egl::ImageState &state, in createImage() 161 ContextImpl *DisplayVk::createContext(const gl::State &state, in createContext()
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | EntryPoint.h | 46 void setUnsupported(bool state) { m_unsupported = state; } in setUnsupported() 48 void setCustomDecoder(bool state) { m_customDecoder = state; } in setCustomDecoder() 50 void setNotApi(bool state) { m_notApi = state; } in setNotApi() 52 void setFlushOnEncode(bool state) { m_flushOnEncode = state; } in setFlushOnEncode()
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | RenderChannelImpl.cpp | 58 const auto state = mState; in RenderChannelImpl() local 74 void RenderChannelImpl::setWantedEvents(State state) { in setWantedEvents() 81 RenderChannel::State RenderChannelImpl::state() const { in state() function in emugl::RenderChannelImpl 121 mEventCallback = [](State state) {}; in stop() 159 mEventCallback = [](State state) {}; in stopFromHost() 189 State state = RenderChannel::State::Empty; in updateStateLocked() local
|
| /device/generic/goldfish-opengl/system/GLESv1_enc/ |
| D | GLEncoder.cpp | 75 GLClientState* state = ctx->m_state; in s_glGetIntegerv() local 118 GLClientState* state = ctx->m_state; in s_glGetFloatv() local 157 GLClientState* state = ctx->m_state; in s_glGetFixedv() local 196 GLClientState* state = ctx->m_state; in s_glGetBooleanv() local 330 void GLEncoder::s_glEnableClientState(void *self, GLenum state) in s_glEnableClientState() 338 void GLEncoder::s_glDisableClientState(void *self, GLenum state) in s_glDisableClientState() 351 const GLClientState::VertexAttribState& state = ctx->m_state->getState(loc); in s_glIsEnabled() local 403 … const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexData() local 519 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawArrays() local 551 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawElements() local [all …]
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | GLClientState.h | 820 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 826 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 832 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 838 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 844 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 850 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 856 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 862 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 868 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local 874 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local [all …]
|
| /device/generic/vulkan-cereal/protocols/generic-apigen/ |
| D | EntryPoint.h | 50 void setUnsupported(bool state) { m_unsupported = state; } in setUnsupported() 52 void setCustomDecoder(bool state) { m_customDecoder = state; } in setCustomDecoder() 54 void setNotApi(bool state) { m_notApi = state; } in setNotApi() 56 void setFlushOnEncode(bool state) { m_flushOnEncode = state; } in setFlushOnEncode()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkDecoderGlobalState.h | 844 BoxedHandleUnwrapMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) { } in BoxedHandleUnwrapMapping() 864 BoxedHandleWrapMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) { } in BoxedHandleWrapMapping() 905 BoxedHandleCreateMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) { } in BoxedHandleCreateMapping() 913 BoxedHandleDestroyMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) { } in BoxedHandleDestroyMapping() 921 BoxedHandleUnwrapAndDeleteMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(state) { } in BoxedHandleUnwrapAndDeleteMapping() 934 …BoxedHandleUnwrapAndDeletePreserveBoxedMapping(VkDecoderGlobalState* state) : VulkanHandleMapping(… in BoxedHandleUnwrapAndDeletePreserveBoxedMapping()
|
| /device/google/contexthub/firmware/os/platform/stm32/ |
| D | i2c.c | 178 struct I2cStmState state; member 350 struct I2cStmState *state = &pdev->state; in stmI2cSlaveIdle() local 357 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeRxCallback() 364 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeTxCallback() 373 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxDone() local 382 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxDone() local 391 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxNextByte() local 409 struct I2cStmState *state = &pdev->state; in stmI2cSlaveAddrMatched() local 440 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxBufNotEmpty() local 457 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxBufEmpty() local [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ggp/ |
| D | DisplayVkGGP.cpp | 17 DisplayVkGGP::DisplayVkGGP(const egl::DisplayState &state) : DisplayVk(state) {} in DisplayVkGGP() 25 SurfaceImpl *DisplayVkGGP::createWindowSurfaceVk(const egl::SurfaceState &state, in createWindowSurfaceVk() 53 DisplayImpl *CreateVulkanGGPDisplay(const egl::DisplayState &state) in CreateVulkanGGPDisplay()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/fuchsia/ |
| D | DisplayVkFuchsia.cpp | 18 DisplayVkFuchsia::DisplayVkFuchsia(const egl::DisplayState &state) : DisplayVk(state) {} in DisplayVkFuchsia() 25 SurfaceImpl *DisplayVkFuchsia::createWindowSurfaceVk(const egl::SurfaceState &state, in createWindowSurfaceVk() 60 DisplayImpl *CreateVulkanFuchsiaDisplay(const egl::DisplayState &state) in CreateVulkanFuchsiaDisplay()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
| D | DisplayD3D.cpp | 154 DisplayD3D::DisplayD3D(const egl::DisplayState &state) : DisplayImpl(state), mRenderer(nullptr) {} in DisplayD3D() 156 SurfaceImpl *DisplayD3D::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() 164 SurfaceImpl *DisplayD3D::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() 171 SurfaceImpl *DisplayD3D::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer() 180 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() 188 ImageImpl *DisplayD3D::createImage(const egl::ImageState &state, in createImage() 201 rx::ContextImpl *DisplayD3D::createContext(const gl::State &state, in createContext()
|
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 21 void sha2init(struct Sha2state *state) in sha2init() 56 static void sha2processBlock(struct Sha2state *state) in sha2processBlock() 121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes() 146 const uint32_t* sha2finish(struct Sha2state *state) in sha2finish()
|
| /device/google/cuttlefish/host/frontend/vnc_server/ |
| D | blackboard.cpp | 81 auto& state = GetStateForClient(conn); in WaitForSenderWork() local 107 auto& state = GetStateForClient(conn); in SetOrientation() local 128 auto& state = GetStateForClient(conn); in FrameBufferUpdateRequestReceived() local 135 auto& state = GetStateForClient(conn); in StopWaiting() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/xcb/ |
| D | DisplayVkXcb.cpp | 44 DisplayVkXcb::DisplayVkXcb(const egl::DisplayState &state) in DisplayVkXcb() 81 SurfaceImpl *DisplayVkXcb::createWindowSurfaceVk(const egl::SurfaceState &state, in createWindowSurfaceVk() 122 DisplayImpl *CreateVulkanXcbDisplay(const egl::DisplayState &state) in CreateVulkanXcbDisplay()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/android/ |
| D | DisplayVkAndroid.cpp | 25 DisplayVkAndroid::DisplayVkAndroid(const egl::DisplayState &state) : DisplayVk(state) {} in DisplayVkAndroid() 44 SurfaceImpl *DisplayVkAndroid::createWindowSurfaceVk(const egl::SurfaceState &state, in createWindowSurfaceVk() 107 DisplayImpl *CreateVulkanAndroidDisplay(const egl::DisplayState &state) in CreateVulkanAndroidDisplay()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/win32/ |
| D | DisplayVkWin32.cpp | 23 DisplayVkWin32::DisplayVkWin32(const egl::DisplayState &state) in DisplayVkWin32() 54 SurfaceImpl *DisplayVkWin32::createWindowSurfaceVk(const egl::SurfaceState &state, in createWindowSurfaceVk() 176 DisplayImpl *CreateVulkanWin32Display(const egl::DisplayState &state) in CreateVulkanWin32Display()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
| D | ClearMultiviewGL.cpp | 32 void ClearMultiviewGL::clearMultiviewFBO(const gl::FramebufferState &state, in clearMultiviewFBO() 49 void ClearMultiviewGL::clearLayeredFBO(const gl::FramebufferState &state, in clearLayeredFBO() 112 void ClearMultiviewGL::attachTextures(const gl::FramebufferState &state, int layer) in attachTextures() 168 void ClearMultiviewGL::detachTextures(const gl::FramebufferState &state) in detachTextures()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | DebugAnnotator9.cpp | 19 std::mbstate_t state = std::mbstate_t(); in beginEvent() local 33 std::mbstate_t state = std::mbstate_t(); in setMarker() local
|