/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPProxyTestCase.java | 36 private final long frameId; field in JDWPProxyTestCase.EventContext 39 public EventContext(long threadId, long frameId, Location location) { in EventContext() argument 41 this.frameId = frameId; in EventContext() 50 return frameId; in getFrameId() 88 long frameId = reply.getNextValueAsFrameID(); in getFirstProxyFrameId() local 96 return new EventContext(eventThreadId, frameId, location); in getFirstProxyFrameId()
|
/external/deqp/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 77 …GetNextFrameIdANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR *frameId); 80 …DROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR frameId, eglw::EGLint num… 111 : frameId (-1) in FrameTimes() 128 EGLuint64KHR frameId; member 625 frame.frameId = nextFrameId; in executeForConfig() 668 display, *surface, frame6ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig() 692 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig()
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 740 const int i = frame->frameId(); in setAlphaAndRequiredFrame() 757 const int prevId = prevFrame->frameId(); in setAlphaAndRequiredFrame() 783 frame->setRequiredFrame(prevFrame->frameId()); in setAlphaAndRequiredFrame() 808 frame->setRequiredFrame(prevFrame->frameId()); in setAlphaAndRequiredFrame() 814 frame->setRequiredFrame(prevFrame->frameId()); in setAlphaAndRequiredFrame()
|
D | SkFrameHolder.h | 51 int frameId() const { return fId; } in frameId() function
|
/external/skqp/src/codec/ |
D | SkCodec.cpp | 740 const int i = frame->frameId(); in setAlphaAndRequiredFrame() 757 const int prevId = prevFrame->frameId(); in setAlphaAndRequiredFrame() 783 frame->setRequiredFrame(prevFrame->frameId()); in setAlphaAndRequiredFrame() 808 frame->setRequiredFrame(prevFrame->frameId()); in setAlphaAndRequiredFrame() 814 frame->setRequiredFrame(prevFrame->frameId()); in setAlphaAndRequiredFrame()
|
D | SkFrameHolder.h | 51 int frameId() const { return fId; } in frameId() function
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 518 …NTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId); 520 …TIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest… 524 …n EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId); 526 …FrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimest…
|
/external/v8/src/inspector/ |
D | v8-debugger.cc | 1129 int frameId = 0; in symbolize() local 1131 frameId = v8::debug::GetStackFrameId(v8Frame); in symbolize() 1132 it = m_framesCache.find(frameId); in symbolize() 1142 m_framesCache[frameId] = frame; in symbolize()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | events.proto | 139 uint32_t frameId;
|
/external/skia/third_party/gif/ |
D | SkGifImageReader.cpp | 162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
|