/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ShaderD3D.cpp | 120 mState.getShaderType() == gl::ShaderType::Vertex) in ShaderD3D() 147 return mDebugInfo + std::string("\n// ") + gl::GetShaderTypeString(mState.getShaderType()) + in getDebugInfo() 278 const std::string &source = mState.getSource(); in compile() 297 const std::string &translatedSource = mState.getTranslatedSource(); in compile() 329 for (const sh::InterfaceBlock &interfaceBlock : mState.getUniformBlocks()) in compile() 348 for (const sh::InterfaceBlock &interfaceBlock : mState.getShaderStorageBlocks()) in compile() 361 mDebugInfo += std::string("// ") + gl::GetShaderTypeString(mState.getShaderType()) + in compile() 363 mDebugInfo += "\n// GLSL BEGIN\n\n" + mState.getSource() + "\n\n// GLSL END\n\n\n"; in compile()
|
H A D | SurfaceD3D.cpp | 107 ANGLE_TRY(mRenderer->getD3DTextureInfo(mState.config, mD3DTexture, mState.attributes, in initialize() 110 if (mState.attributes.contains(EGL_GL_COLORSPACE)) in initialize() 122 mState.attributes.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_LINEAR); in initialize() 131 mState.attributes.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_LINEAR); in initialize() 162 if (!mState.directComposition) in getSyncValues() 206 mDepthStencilFormat, mOrientation, mState.config->samples); in resetSwapChain() 463 if (mState.config->renderTargetFormat != GL_NONE) in initializeContents() 467 if (mState.config->depthStencilFormat != GL_NONE) in initializeContents()
|
H A D | ProgramD3D.cpp | 1081 const auto &linkedUniforms = mState.getUniforms(); 1172 bool separateAttribs = (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS); 1311 initializeUniformStorage(mState.getExecutable().getLinkedShaderStages()); 1561 (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS), 1594 mShaderHLSL[gl::ShaderType::Vertex], mCachedInputLayout, mState.getProgramInputs()); 1604 (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS), 1652 caps, geometryShaderType, mState, mRenderer->presentPathFastEnabled(), 1662 (mState.getTransformFeedbackBufferMode() == GL_SEPARATE_ATTRIBS), 1690 if (!mProgram->mState.getAttachedShader(gl::ShaderType::Vertex)) 1705 GetDefaultInputLayoutFromShader(mState [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.h | 228 const gl::State &getState() const { return mState; } in getState() 229 int getClientMajorVersion() const { return mState.getClientMajorVersion(); } in getClientMajorVersion() 230 int getClientMinorVersion() const { return mState.getClientMinorVersion(); } in getClientMinorVersion() 231 const gl::Caps &getCaps() const { return mState.getCaps(); } in getCaps() 232 const gl::TextureCapsMap &getTextureCaps() const { return mState.getTextureCaps(); } in getTextureCaps() 233 const gl::Extensions &getExtensions() const { return mState.getExtensions(); } in getExtensions() 234 const gl::Limitations &getLimitations() const { return mState.getLimitations(); } in getLimitations() 260 const gl::State &mState; member in rx::ContextImpl
|
H A D | ShaderImpl.h | 51 ShaderImpl(const gl::ShaderState &state) : mState(state) {} in ShaderImpl() 62 const gl::ShaderState &getState() const { return mState; } in getState() 70 const gl::ShaderState &mState; member in rx::ShaderImpl
|
H A D | VertexArrayImpl.h | 34 VertexArrayImpl(const gl::VertexArrayState &state) : mState(state) {} in VertexArrayImpl() 46 const gl::VertexArrayState &getState() const { return mState; } in getState() 54 const gl::VertexArrayState &mState; member in rx::VertexArrayImpl
|
H A D | FramebufferImpl.h | 34 explicit FramebufferImpl(const gl::FramebufferState &state) : mState(state) {} in FramebufferImpl() 101 const gl::FramebufferState &getState() const { return mState; } in getState() 104 const gl::FramebufferState &mState; member in rx::FramebufferImpl 116 const gl::FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getImplementationColorReadFormat()
|
H A D | SamplerImpl.h | 28 SamplerImpl(const gl::SamplerState &state) : mState(state) {} in SamplerImpl() 38 const gl::SamplerState &mState; member in rx::SamplerImpl
|
H A D | OverlayImpl.h | 31 OverlayImpl(const gl::OverlayState &state) : mState(state) {} in OverlayImpl() 39 const gl::OverlayState &mState; member in rx::OverlayImpl
|
H A D | TransformFeedbackImpl.h | 21 TransformFeedbackImpl(const gl::TransformFeedbackState &state) : mState(state) {} in TransformFeedbackImpl() 36 const gl::TransformFeedbackState &mState; member in rx::TransformFeedbackImpl
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_mgr_service_impl.cpp | 48 : SystemAbility(WIFI_SCAN_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiScanMgrServiceImpl() 57 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart() 70 mState = ServiceRunningState::STATE_RUNNING; in OnStart() 81 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_mgr_service_impl.cpp | 46 : SystemAbility(WIFI_HOTSPOT_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiHotspotMgrServiceImpl() 55 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart() 68 mState = ServiceRunningState::STATE_RUNNING; in OnStart() 78 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_mgr_service_impl.cpp | 50 : SystemAbility(WIFI_DEVICE_ABILITY_ID, true), mPublishFlag(false), mState(ServiceRunningState::STATE_NOT_START) in WifiDeviceMgrServiceImpl() 59 if (mState == ServiceRunningState::STATE_RUNNING) { in OnStart() 72 mState = ServiceRunningState::STATE_RUNNING; in OnStart() 81 mState = ServiceRunningState::STATE_NOT_START; in OnStop()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | TransformFeedback.h | 75 bool isActive() const { return mState.mActive; } in isActive() 99 GLsizeiptr getVerticesDrawn() const { return mState.getVerticesDrawn(); } in getVerticesDrawn() 100 GLsizeiptr getPrimitivesDrawn() const { return mState.getPrimitivesDrawn(); } in getPrimitivesDrawn() 114 TransformFeedbackState mState; member in gl::final
|
H A D | Overlay.h | 96 ASSERT(mState.mOverlayWidgets[id] != nullptr); in getWidgetAs() 97 ASSERT(mState.mOverlayWidgets[id]->type == Type); in getWidgetAs() 98 return rx::GetAs<Widget>(mState.mOverlayWidgets[id].get()); in getWidgetAs() 106 OverlayState mState; member in gl::Overlay
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ExternalTexture.cpp | 92 : ApiObjectBase(device, descriptor->label), mState(ExternalTextureState::Alive) { in ExternalTextureBase() 98 : ApiObjectBase(device, kLabelNotImplemented), mState(ExternalTextureState::Alive) { in ExternalTextureBase() 113 DAWN_INVALID_IF(mState == ExternalTextureState::Destroyed, in ValidateCanUseInSubmitNow() 126 mState = ExternalTextureState::Destroyed; in DestroyImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | OverlayVk.cpp | 109 mState.initFontData(fontData); in createFont() 166 bufferCreateInfo.size = mState.getWidgetCoordinatesBufferSize(); in cullWidgets() 180 mState.fillEnabledWidgetCoordinates(presentImageExtents, enabledWidgets); in cullWidgets() 218 if (mState.getEnabledWidgetCount() == 0) in onPresent() 254 textBufferCreateInfo.size = mState.getTextWidgetsBufferSize(); in onPresent() 259 graphBufferCreateInfo.size = mState.getGraphWidgetsBufferSize(); in onPresent() 272 mState.fillWidgetData(presentImageExtents, textData, graphData); in onPresent()
|
H A D | SurfaceVk.cpp | 333 mWidth(mState.attributes.getAsInt(EGL_WIDTH, 0)), in OffscreenSurfaceVk() 334 mHeight(mState.attributes.getAsInt(EGL_HEIGHT, 0)), in OffscreenSurfaceVk() 357 const egl::Config *config = mState.config; in initializeImpl() 361 GLint samples = GetSampleCount(mState.config); in initializeImpl() 364 bool robustInit = mState.isRobustResourceInitEnabled(); in initializeImpl() 370 samples, robustInit, mState.hasProtectedContent())); in initializeImpl() 379 robustInit, mState.hasProtectedContent())); in initializeImpl() 599 (void)renderer->finish(displayVk, mState.hasProtectedContent()); in destroy() 705 ANGLE_VK_CHECK(displayVk, (mState.hasProtectedContent() ? mSupportsProtectedSwapchain : true), in initializeImpl() 718 EGLAttrib attribWidth = mState in initializeImpl() [all...] |
H A D | RenderbufferVk.cpp | 61 if (internalformat != mState.getFormat().info->internalFormat || in setStorageImpl() 62 width != mState.getWidth() || height != mState.getHeight() || in setStorageImpl() 63 samples != mState.getSamples() || mode != mState.getMultisamplingMode()) in setStorageImpl() 346 ANGLE_TRY(setStorage(context, mState.getFormat().info->internalFormat, mState.getWidth(), in ensureImageInitialized() 347 mState.getHeight())); in ensureImageInitialized()
|
H A D | BufferVk.cpp | 429 const bool wholeSize = size == static_cast<size_t>(mState.getSize()); in setDataWithMemoryType() 622 return mapRangeImpl(contextVk, 0, static_cast<VkDeviceSize>(mState.getSize()), access, mapPtr); in mapImpl() 641 ANGLE_TRY(acquireBufferHelper(contextVk, static_cast<size_t>(mState.getSize()), in ghostMappedBuffer() 663 size_t totalSize = static_cast<size_t>(mState.getSize()); in ghostMappedBuffer() 674 memcpy(newBufferMapPtr, previousBufferMapPtr, static_cast<size_t>(mState.getSize())); in ghostMappedBuffer() 765 (rangeInvalidate && offset == 0 && static_cast<VkDeviceSize>(mState.getSize()) == length); in mapRangeImpl() 769 ANGLE_TRY(acquireBufferHelper(contextVk, static_cast<size_t>(mState.getSize()), in mapRangeImpl() 775 bool smallMapRange = (length < static_cast<VkDeviceSize>(mState.getSize()) / 2); in mapRangeImpl() 814 bool writeOperation = ((mState.getAccessFlags() & GL_MAP_WRITE_BIT) != 0); in unmapImpl() 821 static_cast<size_t>(mState in unmapImpl() [all...] |
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioStreamOpenSLES.h | 60 StreamState getState() const override { return mState.load(); } 112 mState.store(state); in setState() 126 std::atomic<StreamState> mState{StreamState::Uninitialized};
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | PixmapSurfaceGLX.cpp | 113 if (mState.attributes.contains(EGL_TEXTURE_FORMAT)) in initialize() 117 EGLTextureFormatToGLXTextureFormat(mState.attributes.getAsInt(EGL_TEXTURE_FORMAT))); in initialize() 119 if (mState.attributes.contains(EGL_TEXTURE_TARGET)) in initialize() 123 EGLTextureTargetToGLXTextureTarget(mState.attributes.getAsInt(EGL_TEXTURE_TARGET))); in initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 513 if (!RequiresMultiviewClear(mState, context->getState().isScissorTestEnabled())) in clear() 520 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clear() 541 if (!RequiresMultiviewClear(mState, context->getState().isScissorTestEnabled())) in clearBufferfv() 548 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferfv() 570 if (!RequiresMultiviewClear(mState, context->getState().isScissorTestEnabled())) in clearBufferuiv() 577 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferuiv() 599 if (!RequiresMultiviewClear(mState, context->getState().isScissorTestEnabled())) in clearBufferiv() 606 multiviewClearer->clearMultiviewFBO(mState, context->getState().getScissor(), in clearBufferiv() 629 if (!RequiresMultiviewClear(mState, context->getState().isScissorTestEnabled())) in clearBufferfi() 636 multiviewClearer->clearMultiviewFBO(mState, contex in clearBufferfi() [all...] |
H A D | TextureGL.cpp | 729 if (attachedTextureLevel != mState.getEffectiveBaseLevel()) in copyImage() 895 sourceGL->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture() 920 const gl::InternalFormat &destFormatInfo = *mState.getImageDesc(target, level).format.info; in copySubTexture() 944 sourceGL->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copySubTextureHelper() 1330 const GLuint effectiveBaseLevel = mState.getEffectiveBaseLevel(); in generateMipmap() 1331 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() 1333 const gl::ImageDesc &baseLevelDesc = mState.getBaseLevelDesc(); in generateMipmap() 1352 mState.getImageDesc(gl::TextureTarget::_2D, effectiveBaseLevel + levelIdx); in generateMipmap() 1457 mAppliedSampler.setMinFilter(mState.getSamplerState().getMinFilter()); in syncState() 1463 mAppliedSampler.setMagFilter(mState in syncState() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | object_itf.cpp | 29 thiz->mState = SL_OBJECT_STATE_REALIZED;
in Realize() 44 *state = thiz->mState;
in GetState() 157 thiz->mState = SL_OBJECT_STATE_UNREALIZED;
in IObjectInit()
|