Home
last modified time | relevance | path

Searched refs:replayContext (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
Dframe_capture_replay_autogen.cpp24 ReplayContext *replayContext, in ReplayCall() argument
72 replayContext->getAsConstPointer<const GLchar *>( in ReplayCall()
102 replayContext->getAsConstPointer<const GLchar *>( in ReplayCall()
111 replayContext->getAsConstPointer<const GLchar *>( in ReplayCall()
237 replayContext->getAsConstPointer<const void *>( in ReplayCall()
247 replayContext->getAsConstPointer<const void *>( in ReplayCall()
268 replayContext->getAsConstPointer<const GLfloat *>( in ReplayCall()
275 replayContext->getAsConstPointer<const GLint *>( in ReplayCall()
282 replayContext->getAsConstPointer<const GLuint *>( in ReplayCall()
318 replayContext->getAsConstPointer<const GLfloat *>( in ReplayCall()
[all …]
DFrameCapture.h223 ReplayContext *replayContext,
DFrameCapture.cpp3613 ReplayContext replayContext(mReadBufferSize, mClientArraySizes); in replay() local
3635 replayContext.getClientArraysBuffer()[arrayIndex]; in replay()
3642 ReplayCall(context, &replayContext, call); in replay()