Home
last modified time | relevance | path

Searched defs:getState (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramPipeline.h101 const ProgramPipelineState &getState() const { return mState; } in getState() function
102 ProgramPipelineState &getState() { return mState; } in getState() function
/third_party/vk-gl-cts/executor/
DxeLocalTcpIpLink.cpp137 CommLinkState LocalTcpIpLink::getState (void) const in getState() function in xe::LocalTcpIpLink
145 CommLinkState LocalTcpIpLink::getState (std::string& error) const in getState() function in xe::LocalTcpIpLink
DxeTcpIpLink.cpp92 CommLinkState TcpIpLinkState::getState (void) const in getState() function in xe::TcpIpLinkState
99 CommLinkState TcpIpLinkState::getState (std::string& error) const in getState() function in xe::TcpIpLinkState
534 CommLinkState TcpIpLink::getState (void) const in getState() function in xe::TcpIpLink
539 CommLinkState TcpIpLink::getState (std::string& message) const in getState() function in xe::TcpIpLink
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramPipelineImpl.h30 const gl::ProgramPipelineState &getState() const { return mState; } in getState() function
DShaderImpl.h62 const gl::ShaderState &getState() const { return mState; } in getState() function
DFramebufferImpl.h101 const gl::FramebufferState &getState() const { return mState; } in getState() function
DVertexArrayImpl.h46 const gl::VertexArrayState &getState() const { return mState; } in getState() function
DContextImpl.h228 const gl::State &getState() const { return mState; } in getState() function
DProgramImpl.h157 const gl::ProgramState &getState() const { return mState; } in getState() function
DDisplayImpl.h120 const egl::DisplayState &getState() const { return mState; } in getState() function
/third_party/flutter/skia/include/core/
DSkDocument.h82 State getState() const { return fState; } in getState() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferImpl.h95 const gl::FramebufferState &getState() const { return mState; } in getState() function
DVertexArrayImpl.h46 const gl::VertexArrayState &getState() const { return mState; } in getState() function
DContextImpl.h195 const gl::State &getState() { return mState; } in getState() function
DProgramImpl.h163 const gl::ProgramState &getState() const { return mState; } in getState() function
DDisplayImpl.h103 const egl::DisplayState &getState() const { return mState; } in getState() function
/third_party/skia/include/core/
DSkDocument.h82 State getState() const { return fState; } in getState() function
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.h60 StreamState getState() const override { return mState.load(); } in getState() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_socket.js75 getState: function (...args) { method
194 getState: function (...args) { method
/third_party/typescript/src/compiler/
DbuilderPublic.ts25 getState(): ReusableBuilderProgramState; method
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.hpp98 const GraphicsState getState(const DynamicState &ds) const { return state.combineStates(ds); } in getState() function in vk::GraphicsPipeline
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.hpp156 State getState (void) const in getState() function
/third_party/flutter/skia/src/sksl/lex/
DNFAtoDFA.h66 DFAState* getState(DFAState::Label label) { in getState() function
/third_party/skia/src/sksl/lex/
DNFAtoDFA.h66 DFAState* getState(DFAState::Label label) { in getState() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java243 public int getState() { in getState() method in OboeAudioStream
246 public native int getState(int streamIndex); in getState() method in OboeAudioStream

1234