/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SamplerVk.cpp | 42 vk::SamplerDesc desc(contextVk, mState, false, nullptr, static_cast<angle::FormatID>(0)); in syncState()
|
H A D | ProgramPipelineVk.h | 36 const gl::Program *program = mState.getShaderProgram(shaderType); in getShaderProgram()
|
H A D | OverlayVk.h | 36 uint32_t getEnabledWidgetCount() const { return mState.getEnabledWidgetCount(); } in getEnabledWidgetCount()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.h | 269 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 D | Sampler.h | 83 SamplerState mState; member in gl::final
|
H A D | Display.h | 277 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 D | Surface.h | 174 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 D | D3DTextureSurfaceWGL.cpp | 306 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 D | TextureD3D.cpp | 445 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 D | DisplayD3D.cpp | 283 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 D | wifi_scan_mgr_service_impl.h | 51 ServiceRunningState mState; member in OHOS::Wifi::WifiScanMgrServiceImpl
|
H A D | wifi_scan_service_impl.h | 76 ServiceRunningState mState; member in OHOS::Wifi::WifiScanServiceImpl
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_mgr_service_impl.h | 53 ServiceRunningState mState; member in OHOS::Wifi::WifiDeviceMgrServiceImpl
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | LatencyTuner.h | 138 State mState = State::Idle; member in oboe::LatencyTuner
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ExternalTexture.h | 59 ExternalTextureState mState; member in dawn_native::ExternalTextureBase
|
H A D | QuerySet.h | 64 QuerySetState mState = QuerySetState::Unavailable; member in dawn_native::QuerySetBase
|
H A D | Texture.cpp | 462 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 D | ContextEGL.cpp | 38 gl::Framebuffer *framebuffer = mState.getDefaultFramebuffer(); in onMakeCurrent()
|
H A D | WindowSurfaceEGL.cpp | 33 native_egl::TrimAttributeMap(mState.attributes, kForwardedWindowSurfaceAttributes); in initialize()
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | record_itf.cpp | 109 thiz->mState = SL_RECORDSTATE_STOPPED; in IRecordInit()
|
H A D | play_itf.cpp | 111 thiz->mState = SL_PLAYSTATE_STOPPED;
in IPlayInit()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.cpp | 17 : mState(state), mMemoryProgramCache(nullptr), mErrors(errorSet) in ContextImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/ |
H A D | WindowSurfaceVkGGP.cpp | 36 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 D | DeqpTestRunner.java | 842 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 D | dhcp_client_service_impl.h | 107 ClientServiceRunningState mState; member in OHOS::DHCP::DhcpClientServiceImpl
|