Home
last modified time | relevance | path

Searched defs:contextId (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp178 std::ostream &operator<<(std::ostream &os, gl::ContextID contextId) in operator <<()
194 gl::ContextID contextId; member
237 gl::ContextID contextId; member
272 gl::ContextID contextId; member
317 gl::ContextID contextId; member
351 gl::ContextID contextId; member
821 gl::ContextID contextId, in SaveBinaryData()
858 gl::ContextID contextId, in WriteInitReplayCall()
6734 const gl::ContextID contextId = context->id(); in writeJSON() local
6805 const gl::ContextID contextId = context->id(); in writeCppReplayIndexFiles() local
/external/deqp/modules/egl/
DteglImageFormatTests.cpp165 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi()
307 GLESImageApi::GLESImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestL… in GLESImageApi()