Home
last modified time | relevance | path

Searched refs:mImgHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DVrState.java36 public int mImgHeight; field in VrState
52 mImgHeight = src.mImgHeight; in clone()
99 mImgHeight = h; in createOutputAllocation()
114 mImgHeight = src.mImgHeight; in copyData()
DVrPipline1.java107 if (state.mImgWidth*state.mImgHeight < 512*512) { in raycast()
110 int blocks = state.mImgWidth*state.mImgHeight/(256*256); in raycast()
113 options.setY(i*state.mImgHeight/blocks, (i+1)*state.mImgHeight/blocks); in raycast()
DBasicPipeline.java58 scriptC_rasterize.invoke_setup_triangles(state.mImgWidth, state.mImgHeight); in rasterizeTriangles()
/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java34 int mImgHeight; field in TriangleBuffer
51 mImgHeight = height; in setSize()
80 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx3, fy3, fz3, fx2, fy2, in drawTriangles()
82 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx1, fy1, fz1, fx2, fy2, in drawTriangles()
97 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx3, fy3, fz3, fx2, fy2, in drawTriangles()