Searched defs:pixelBuf (Results 1 – 5 of 5) sorted by relevance
473 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(4); in checkSurfaceFrame() local
446 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(4); in checkSurfaceFrame() local
927 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(4); // TODO - reuse this in checkSurfaceFrame() local955 GLES20.glReadPixels(x, y, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixelBuf); in checkSurfaceFrame() argument
1182 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(4); // TODO - reuse this in checkSurfaceFrame() local
91 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(WIDTH * HEIGHT * BYTES_PER_PIXEL); in testBlitFramebuffer() local