Home | History | Annotate | Download | only in java

Lines Matching refs:mDistance

484     private GLFrame mDistance;
626 mDistance = (GLFrame)context.getFrameManager().newFrame(mMaskFormat);
725 mBgDistProgram.process(distInputs, mDistance);
726 mDistance.generateMipMap();
727 mDistance.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER,
730 mBgMaskProgram.process(mDistance, mMask);
851 mDistance.release();