Home
last modified time | relevance | path

Searched refs:mState (Results 126 - 150 of 163) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DStream.h121 EGLint mState; member in egl::final
H A DRenderbuffer.h172 RenderbufferState mState; member in gl::final
H A DImage.h194 ImageState mState; member in egl::final
H A DProgramLinkedResources.cpp794 UniformLinker::UniformLinker(const ProgramState &state) : mState(state) {} in UniformLinker()
811 if (mState.getAttachedShader(ShaderType::Vertex) && in link()
812 mState.getAttachedShader(ShaderType::Fragment)) in link()
814 ASSERT(mState.getAttachedShader(ShaderType::Compute) == nullptr); in link()
848 Shader *currentShader = mState.getAttachedShader(shaderType); in validateGraphicsUniforms()
1150 Shader *shader = mState.getAttachedShader(shaderType); in flattenUniformsAndCheckCaps()
H A DProgramLinkedResources.h89 const ProgramState &mState; member in gl::final
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.cpp14 SurfaceImpl::SurfaceImpl(const egl::SurfaceState &state) : mState(state) {} in SurfaceImpl()
H A DSurfaceImpl.h126 const egl::SurfaceState &mState; member in rx::SurfaceImpl
H A DTextureImpl.cpp13 TextureImpl::TextureImpl(const gl::TextureState &state) : mState(state) {} in TextureImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTransformFeedbackGL.cpp134 mActiveProgram = GetImplAs<ProgramGL>(mState.getBoundProgram())->getProgramID(); in syncActiveState()
H A DContextGL.cpp367 const auto &attribs = mState.getVertexArray()->getVertexAttributes(); in updateAttributesForBaseInstance()
368 const auto &bindings = mState.getVertexArray()->getVertexBindings(); in updateAttributesForBaseInstance()
412 mState.getVertexArray()->getVertexAttributes()[attribIndex]; in resetUpdatedAttributes()
414 (mState.getVertexArray()->getVertexBindings())[attrib.bindingIndex]; in resetUpdatedAttributes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DDisplayVkXcb.cpp160 XSync(reinterpret_cast<Display *>(mState.displayId), False); in waitNativeImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuffer.h120 BufferState mState; member in dawn_native::MapType
H A DTexture.h114 TextureState mState; member in dawn_native::TextureBase
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.h271 ANGLE_INLINE bool hasBeenBoundAsImage() const { return mState.hasBeenBoundAsImage(); } in hasBeenBoundAsImage()
274 return mState.getBuffer(); in getBuffer()
279 return mState.getSRGBOverride() != gl::SrgbOverride::Default; in isSRGBOverrideEnabled()
H A DContextVk.h274 return mState.getClipSpaceOrigin() == gl::ClipSpaceOrigin::UpperLeft in isYFlipEnabledForDrawFBO()
367 bool hasProtectedContent() const { return mState.hasProtectedContent(); } in hasProtectedContent()
503 const gl::Debug &getDebug() const { return mState.getDebug(); } in getDebug()
504 const gl::OverlayType *getOverlay() const { return mState.getOverlay(); } in getOverlay()
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp87 mState = mAction->GetDisplayState(); in BrightnessService()
363 mState = state; in SetDisplayState()
401 return mState; in GetDisplayState()
957 return (mState == DisplayState::DISPLAY_ON || mState == DisplayState::DISPLAY_DIM); in IsScreenOn()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.h450 ServiceRunningState mState; member in OHOS::Wifi::WifiP2pServiceImpl
H A Dwifi_p2p_service_impl.cpp59 : SystemAbility(WIFI_P2P_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiP2pServiceImpl()
68 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart()
81 mState = ServiceRunningState::STATE_RUNNING; in OnStart()
92 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h105 ServerServiceRunningState mState; member in OHOS::DHCP::DhcpServerServiceImpl
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp80 mState(ClientServiceRunningState::STATE_NOT_START) in DhcpClientServiceImpl()
122 if (mState == ClientServiceRunningState::STATE_RUNNING) { in OnStart()
131 mState = ClientServiceRunningState::STATE_RUNNING; in OnStart()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp82 mState(ServerServiceRunningState::STATE_NOT_START) in DhcpServerServiceImpl()
92 if (mState == ServerServiceRunningState::STATE_RUNNING) { in OnStart()
101 mState = ServerServiceRunningState::STATE_RUNNING; in OnStart()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DBufferMtl.h167 size_t size() const { return static_cast<size_t>(mState.getSize()); } in size()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.h339 const gl::ProgramState &getState() const { return mState; } in getState()
343 return mState.getExecutable().getLinkedShaderStages()[shaderType]; in hasShaderStage()
/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h212 DisplayState mState{DisplayState::DISPLAY_UNKNOWN};
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.h220 ServiceRunningState mState; member in OHOS::Wifi::WifiDeviceServiceImpl

Completed in 22 milliseconds

1234567