Searched refs:mMaskVerify (Results 1 – 1 of 1) sorted by relevance
482 private GLFrame mMaskVerify[]; field in BackDropperFilter603 mMaskVerify = new GLFrame[2]; in prepare()632 mMaskVerify[i] = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()633 mMaskVerify[i].setData(initialMaskVerify, 0, numBytes); in allocateFrames()760 copyShaderProgram.process(mMask, mMaskVerify[outputIndex]); in process()771 Frame[] maskVerifyInputs = {mMaskVerify[inputIndex], mMask}; in process()772 mMaskVerifyProgram.process(maskVerifyInputs, mMaskVerify[outputIndex]); in process()773 mMaskVerify[outputIndex].generateMipMap(); in process()774 mMaskVerify[outputIndex].setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()781 copyShaderProgram.process(mMaskVerify[outputIndex], mMaskAverage); in process()[all …]