OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawFrame
(Results
1 - 17
of
17
) sorted by null
/frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp
68
int DrawFrameTask::
drawFrame
() {
69
LOG_ALWAYS_FATAL_IF(!mContext, "Cannot
drawFrame
with no CanvasContext!");
85
ATRACE_NAME("
DrawFrame
");
/cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java
92
public void
drawFrame
(int frame) {
GLProducerThread.java
55
public void
drawFrame
(int frame);
150
mRenderer.
drawFrame
(frame);
TextureViewTestActivity.java
119
public void
drawFrame
(int frame) {
/external/skia/src/images/
SkMovie_gif.cpp
225
static void
drawFrame
(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap)
424
drawFrame
(bm, cur, gif->SColorMap);
/frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp
226
long FrameSequenceState_gif::
drawFrame
(int frameNr,
231
ALOGD("Cannot
drawFrame
, mGif is NULL");
236
ALOGD("
drawFrame
on %p nr %d on addr %p, previous frame nr %d",
FrameSequence_webp.cpp
279
long FrameSequenceState_webp::
drawFrame
(int frameNr,
282
ALOG_ASSERT(demux, "Cannot
drawFrame
, mDemux is NULL");
285
ALOGD("
drawFrame
called for frame# %d, previous frame# %d", frameNr, previousFrameNr);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AbstractSlotRenderer.java
103
drawFrame
(canvas, mFramePressed.getPaddings(), mFramePressedUp, 0, 0, width, height);
107
drawFrame
(canvas, mFramePressed.getPaddings(), mFramePressed, 0, 0, width, height);
111
drawFrame
(canvas, mFrameSelected.getPaddings(), mFrameSelected, 0, 0, width, height);
114
protected static void
drawFrame
(GLCanvas canvas, Rect padding, Texture frame,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java
101
public void
drawFrame
(SurfaceTexture st) {
/cts/tests/tests/media/src/android/media/cts/
TextureRender.java
97
public void
drawFrame
(SurfaceTexture st) {
PresentationSyncTest.java
159
drawFrame
(0, mult);
171
drawFrame
(frameNum, mult);
372
drawFrame
(mCurFrame, mFrameDelay);
388
private void
drawFrame
(int num, float mult) {
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java
63
drawFrame
();
98
drawFrame
();
110
drawFrame
();
129
drawFrame
();
152
void
drawFrame
() {
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java
83
drawFrame
();
135
drawFrame
();
141
drawFrame
();
164
drawFrame
();
172
drawFrame
();
189
drawFrame
();
192
void
drawFrame
() {
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java
83
drawFrame
();
162
drawFrame
();
174
drawFrame
();
193
drawFrame
();
216
void
drawFrame
() {
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java
312
drawFrame
();
318
drawFrame
();
408
drawFrame
();
429
drawFrame
();
435
drawFrame
();
456
drawFrame
();
459
void
drawFrame
() {
/frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java
251
private void
drawFrame
(SurfaceTexture st, int width, int height, int flipType) {
263
throw new IllegalStateException("Surface abandoned, skipping
drawFrame
...", e);
724
drawFrame
(mSurfaceTexture, holder.width, holder.height,
737
drawFrame
(mSurfaceTexture, holder.width, holder.height,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
239
drawFrame
();
266
drawFrame
();
277
drawFrame
();
299
drawFrame
();
307
void
drawFrame
() {
332
Log.d(TAG, "Suppressed
drawFrame
since redraw is not needed "
390
Log.d(TAG, "Suppressed
drawFrame
since the image has not "
Completed in 1759 milliseconds