Home
last modified time | relevance | path

Searched refs:updateSize (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/
DrsScriptC_LibGL.cpp96 rsc->mStateVertex.updateSize(rsc); in rsrBindFrameBufferObjectColorTarget()
102 rsc->mStateVertex.updateSize(rsc); in rsrBindFrameBufferObjectDepthTarget()
107 rsc->mStateVertex.updateSize(rsc); in rsrClearFrameBufferObjectColorTarget()
112 rsc->mStateVertex.updateSize(rsc); in rsrClearFrameBufferObjectDepthTarget()
117 rsc->mStateVertex.updateSize(rsc); in rsrClearFrameBufferObjectTargets()
DrsFBOCache.h41 void updateSize() { mDirty = true; } in updateSize() function
DrsProgramVertex.h56 void updateSize(Context *rsc);
DrsProgramVertex.cpp214 updateSize(rsc); in init()
217 void ProgramVertexState::updateSize(Context *rsc) { in updateSize() function in ProgramVertexState
DrsContext.cpp622 mStateVertex.updateSize(this); in setSurface()
623 mFBOCache.updateSize(); in setSurface()
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
DLocalPlayer.java342 protected abstract void updateSize(); in updateSize() method in LocalPlayer
368 updateSize(); in updateVideoRect()
477 updateSize(); in surfaceCreated()
489 protected void updateSize() { in updateSize() method in LocalPlayer.SurfaceViewPlayer
514 mPresentation.updateSize(width, height); in updateSize()
567 public void updateSize(int width, int height) { in updateSize() method in LocalPlayer.SurfaceViewPlayer.DemoPresentation
617 protected void updateSize() { in updateSize() method in LocalPlayer.OverlayPlayer
/frameworks/base/libs/hwui/
DTexture.cpp86 bool Texture::updateSize(uint32_t width, uint32_t height, GLint format) { in updateSize() function in android::uirenderer::Texture
107 bool needsAlloc = updateSize(width, height, internalformat); in upload()
230 if (updateSize(bitmap.width(), bitmap.height(), format)) { in upload()
DTexture.h151 bool updateSize(uint32_t width, uint32_t height, GLint format);
DLayer.h135 texture.updateSize(width, height, texture.format()); in setSize()
DLayer.cpp214 texture.updateSize(getWidth(), getHeight(), GL_RGBA); in allocateTexture()
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DGridActivity.java222 updateSize(v, position);
352 updateSize(v, position);
427 updateSize(holder.itemView, position);
440 void updateSize(View view, int position) {
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java604 mWindow.updateSize(); in onRotationChangedLocked()
752 public void updateSize() { in updateSize() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow