Home
last modified time | relevance | path

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

123

/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
DStream.cpp89 EGLenum Stream::getState() const in getState() function in egl::Stream
/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/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/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/
DContactsPermissionManagement.java35 public static PermissionState getState(Activity activity) { in getState() method in ContactsPermissionManagement
/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
DtcuTestHierarchyIterator.cpp124 TestHierarchyIterator::State TestHierarchyIterator::getState (void) const in getState() function in tcu::TestHierarchyIterator
/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
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h482 virtual int32_t getState() { return -1; } in getState() function
548 int32_t getState() override { in getState() function
586 int32_t getState() override { in getState() function
/third_party/typescript/src/compiler/
DbuilderPublic.ts40 getState(): ReusableBuilderProgramState; method
/third_party/skia/src/sksl/lex/
DNFAtoDFA.h66 DFAState* getState(DFAState::Label label) { in getState() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSocket.hpp80 deSocketState getState (void) const { return deSocket_getState(m_socket); } in getState() function in de::Socket
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h65 AvailabilityState getState(LibFunc F) const { in getState() function
294 TargetLibraryInfoImpl::AvailabilityState getState(LibFunc F) const { in getState() function
/third_party/skia/third_party/externals/oboe/src/common/
DFilterAudioStream.h112 StreamState getState() const override { in getState() function

123