Home
last modified time | relevance | path

Searched refs:ContextID (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h821 struct ContextID struct
826 inline bool operator==(ContextID lhs, ContextID rhs) argument
831 inline bool operator!=(ContextID lhs, ContextID rhs)
836 inline bool operator<(ContextID lhs, ContextID rhs)
DState.h111 ContextID getContextID() const { return mID; } in getContextID()
972 ContextID mID;
DTexture.h688 ContextID context;
DContext.h357 ContextID id() const { return mState.getContextID(); } in id()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
Dplatform_glx.h184 typedef XID ContextID; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.h415 using SurfaceParamsMap = std::map<gl::ContextID, SurfaceParams>;
522 gl::ContextID getWindowSurfaceContextID() const { return mWindowSurfaceContextID; } in getWindowSurfaceContextID()
611 gl::ContextID mLastContextId;
657 gl::ContextID mWindowSurfaceContextID;
DFrameCapture.cpp172 std::ostream &operator<<(std::ostream &os, gl::ContextID contextId) in operator <<()
179 constexpr gl::ContextID kSharedContextId = {0};
181 constexpr gl::ContextID kNoContextId = {std::numeric_limits<uint32_t>::max()};
185 FmtCapturePrefix(gl::ContextID contextIdIn, const std::string &captureLabelIn) in FmtCapturePrefix()
188 gl::ContextID contextId;
226 FmtReplayFunction(gl::ContextID contextIdIn, in FmtReplayFunction()
231 gl::ContextID contextId;
261 FmtSetupFunction(uint32_t partIdIn, gl::ContextID contextIdIn) in FmtSetupFunction()
266 gl::ContextID contextId;
304 gl::ContextID contextIdIn, in FmtFunction()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h427 gl::ContextID mPrevDrawContext;