Home
last modified time | relevance | path

Searched refs:mState (Results 101 - 125 of 163) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSamplerVk.cpp42 vk::SamplerDesc desc(contextVk, mState, false, nullptr, static_cast<angle::FormatID>(0)); in syncState()
H A DProgramPipelineVk.h36 const gl::Program *program = mState.getShaderProgram(shaderType); in getShaderProgram()
H A DOverlayVk.h36 uint32_t getEnabledWidgetCount() const { return mState.getEnabledWidgetCount(); } in getEnabledWidgetCount()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTexture.h269 TextureType getType() const { return mState.mType; } in getType()
340 const TextureState &getState() const { return mState; } in getState()
566 InitState initState() const { return mState.mInitState; } in initState()
583 return mState.getBaseLevelDesc().format.info->isDepthOrStencil(); in isDepthOrStencil()
665 TextureState mState; member in gl::final
H A DSampler.h83 SamplerState mState; member in gl::final
H A DDisplay.h277 EGLNativeDisplayType getNativeDisplayId() const { return mState.displayId; } in getNativeDisplayId()
286 const DisplayState &getState() const { return mState; } in getState()
333 DisplayState mState; member in egl::final
H A DSurface.h174 bool directComposition() const { return mState.directComposition; } in directComposition()
223 SurfaceState mState; member in egl::Surface
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp306 if (mState.attributes.contains(EGL_GL_COLORSPACE)) in initialize()
338 const egl::Config *config = mState.config; in initialize()
490 if (mState.config->depthSize > 0) in createDefaultFramebuffer()
495 if (mState.config->stencilSize > 0) in createDefaultFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp445 const GLuint baseLevel = mState.getEffectiveBaseLevel(); in generateMipmap()
446 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap()
465 ANGLE_TRY(mRenderer->generateMipmapUsingD3D(context, mTexStorage, mState)); in generateMipmap()
1317 bool renderTarget = IsRenderTargetUsage(mState.getUsage()); in setStorage()
1321 mState.getLabel(), false)); in setStorage()
1345 mTexStorage = mRenderer->createTextureStorage2D(surfaceD3D->getSwapChain(), mState.getLabel()); in bindTexImage()
1394 mRenderer->createTextureStorageEGLImage(eglImaged3d, renderTargetD3D, mState.getLabel()); in setEGLImageTarget()
1402 const GLuint baseLevel = mState.getEffectiveBaseLevel(); in initMipmapImages()
1403 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages()
1498 bool createRenderTarget = (renderTarget || IsRenderTargetUsage(mState in initializeStorage()
[all...]
H A DDisplayD3D.cpp283 for (egl::Surface *surface : mState.surfaceSet) in restoreLostDevice()
296 for (const egl::Surface *surface : mState.surfaceSet) in restoreLostDevice()
393 for (egl::Surface *surface : mState.surfaceSet) in waitClient()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_mgr_service_impl.h51 ServiceRunningState mState; member in OHOS::Wifi::WifiScanMgrServiceImpl
H A Dwifi_scan_service_impl.h76 ServiceRunningState mState; member in OHOS::Wifi::WifiScanServiceImpl
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_mgr_service_impl.h53 ServiceRunningState mState; member in OHOS::Wifi::WifiDeviceMgrServiceImpl
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DLatencyTuner.h138 State mState = State::Idle; member in oboe::LatencyTuner
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DExternalTexture.h59 ExternalTextureState mState; member in dawn_native::ExternalTextureBase
H A DQuerySet.h64 QuerySetState mState = QuerySetState::Unavailable; member in dawn_native::QuerySetBase
H A DTexture.cpp462 mState(state) { in TextureBase()
478 : ApiObjectBase(device, kLabelNotImplemented), mFormat(kUnusedFormat), mState(state) { in TextureBase()
487 mState = TextureState::Destroyed; in DestroyImpl()
562 return mState; in GetTextureState()
609 DAWN_INVALID_IF(mState == TextureState::Destroyed, "Destroyed texture %s used in a submit.",
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DContextEGL.cpp38 gl::Framebuffer *framebuffer = mState.getDefaultFramebuffer(); in onMakeCurrent()
H A DWindowSurfaceEGL.cpp33 native_egl::TrimAttributeMap(mState.attributes, kForwardedWindowSurfaceAttributes); in initialize()
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Drecord_itf.cpp109 thiz->mState = SL_RECORDSTATE_STOPPED; in IRecordInit()
H A Dplay_itf.cpp111 thiz->mState = SL_PLAYSTATE_STOPPED; in IPlayInit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.cpp17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/
H A DWindowSurfaceVkGGP.cpp36 mState.attributes.get(EGL_GGP_STREAM_DESCRIPTOR_ANGLE, kDefaultStreamDescriptor); in createSurfaceVk()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java842 private MachineState mState = MachineState.WAIT; field in DeqpTestRunner.Recovery
870 mState = MachineState.WAIT; in onExecutionProgressed()
878 switch (mState) { in recoverConnectionRefused()
883 mState = MachineState.REBOOT; // the next step is to reboot in recoverConnectionRefused()
896 mState = MachineState.FAIL; // the next step is to fail in recoverConnectionRefused()
919 switch (mState) { in recoverComLinkKilled()
923 mState = MachineState.RECOVER; // the next step is to recover the device in recoverComLinkKilled()
943 mState = MachineState.REBOOT; // the next step is to reboot in recoverComLinkKilled()
960 mState = MachineState.FAIL; // the next step is to fail in recoverComLinkKilled()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h107 ClientServiceRunningState mState; member in OHOS::DHCP::DhcpClientServiceImpl

Completed in 19 milliseconds

1234567