Searched refs:mImgHeight (Results 1 – 3 of 3) sorted by relevance
36 public int mImgHeight; field in VrState52 mImgHeight = src.mImgHeight; in clone()99 mImgHeight = h; in createOutputAllocation()114 mImgHeight = src.mImgHeight; in copyData()
107 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()
58 scriptC_rasterize.invoke_setup_triangles(state.mImgWidth, state.mImgHeight); in rasterizeTriangles()