Searched refs:updateSize (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_LibGL.cpp | 96 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()
|
D | rsFBOCache.h | 41 void updateSize() { mDirty = true; } in updateSize() function
|
D | rsProgramVertex.h | 56 void updateSize(Context *rsc);
|
D | rsProgramVertex.cpp | 214 updateSize(rsc); in init() 217 void ProgramVertexState::updateSize(Context *rsc) { in updateSize() function in ProgramVertexState
|
D | rsContext.cpp | 622 mStateVertex.updateSize(this); in setSurface() 623 mFBOCache.updateSize(); in setSurface()
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | LocalPlayer.java | 342 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/ |
D | Texture.cpp | 86 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()
|
D | Texture.h | 151 bool updateSize(uint32_t width, uint32_t height, GLint format);
|
D | Layer.h | 135 texture.updateSize(width, height, texture.format()); in setSize()
|
D | Layer.cpp | 214 texture.updateSize(getWidth(), getHeight(), GL_RGBA); in allocateTexture()
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | GridActivity.java | 222 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/ |
D | AccessibilityController.java | 604 mWindow.updateSize(); in onRotationChangedLocked() 752 public void updateSize() { in updateSize() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
|