Home
last modified time | relevance | path

Searched refs:updateSize (Results 1 – 11 of 11) 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.cpp620 mStateVertex.updateSize(this); in setSurface()
621 mFBOCache.updateSize(); in setSurface()
/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/tests/src/android/support/v17/leanback/widget/
DGridActivity.java225 updateSize(v, position);
355 updateSize(v, position);
430 updateSize(holder.itemView, position);
443 void updateSize(View view, int position) {
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java603 mWindow.updateSize(); in onRotationChangedLocked()
751 public void updateSize() { in updateSize() method in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow